Given two arrays xa and ya, each of length n, and given a value of x, return value y, and an error estimate dy.
|
|
|
|
| xa | double * | NA | x data array |
| ya | double * | NA | y data array |
| n | int | counter | length of xa and ya |
| x | double | NA | x data value |
|
|
|
|
| y | double * | NA | estimated y value corresponding to the given x value |
| dy | double * | NA | estimated error associated with y |
Page Last Modified on 7/18/97