ParameterScaleMatrix
- class sherpa.sim.sample.ParameterScaleMatrix[source] [edit on github]
Bases:
ParameterScaleCorrelated errors for the parameters.
Methods
get_scales(fit[, myscales])Return the samples.
Attributes Summary
Methods Summary
get_scales(fit[, myscales])Return the samples.
Attributes Documentation
Methods Documentation
- get_scales(fit: Fit, myscales: ndarray | None = None) ndarray[source] [edit on github]
Return the samples.
- Parameters:
- fit
sherpa.fit.Fitinstance This defines the thawed parameters that are used to generate the samples, along with any possible error analysis.
- myscales
numpyarrayorNone,optional The scales to use: the two-dimensional covariance matrix for the parameters. If None then they are calculated from the fit, using the object’s sigma attribute to scale the results.
- fit
- Returns: