Next: Smoothing
Up: Parametrization
Previous: Histograms and plots
CALL HPARMN (X,Y,EY,NP,NVAR,IC,R2MIN,MAXPOW,COEFF*,ITERM*,NCO*)
- Input parameters:
-
- X
- Coordinates of data points (array of size
NP*NVAR
)
- Y
- Data to fit (array of length
NP
)
- EY
- Errors on data (array of length
NP
)
- NP
- Number of points to fit
- NVAR
- Dimension of X-space
- MAXPOW
- see HPARAM
- IC
- see HPARAM
- R2MIN
- see HPARAM
- Output parameters:
-
-
- See HPARAM.
The only difference concerns option
W
of IC
, where:
-
W = 0
errors are taken from EY
-
W = 1
errors are set to 1
Last update:
Tue May 16 09:09:27 METDST 1995