aboutsummaryrefslogtreecommitdiff
path: root/math/nlfit/doc/nlpget.hlp
blob: 07f2ef5e190cbcc83a6a0cb8d83dadb6d916f5ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.help nlpget Feb91 "Nlfit Package"

.ih
NAME
nlpget -- get the number and values of the fitted parameters
.ih
SYNOPSIS
nlpget[rd] (nl, params, nparams)

.nf
pointer		nl		# curve descriptor
real/double	params[nparams]	# the parameters array
int		nparams		# the number of parameters
.fi
.ih
ARGUMENTS
.ls nl
Pointer to the curve descriptor.
.le
.ls params
Array of fitted parameters.
.le
.ls nparameters
The total number of parameters.
.le
.ih
DESCRIPTION
NLPGET fetches the parameters array and the number of parameters from the
curve descriptor structure. All the parameters, both those that were
fit and those that were held constant are output.
.ih
NOTES
The array size required to hold the output parameters can be determined
by a call to nlstati.
.ih
SEE ALSO
nlstat
.endhelp