Click or drag to resize

GlobalFittedParameter Class

Class for providing fit statistics about a global fit parameter after the fit has been performed.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreGlobalFitParameterInfo
    CenterSpace.NMath.CoreGlobalFittedParameter

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class GlobalFittedParameter : GlobalFitParameterInfo

The GlobalFittedParameter type exposes the following members.

Constructors
 NameDescription
Public methodGlobalFittedParameter Constructs a GlobalFittedParameter object from the given information.
Top
Properties
 NameDescription
Public propertyDataSetIndex Gets the index of the data set that corresponds to this parameter estimate. Note that this is relevent only if the parameter is not shared.
Public propertyDegreesOfFreedom Gets the degrees of freedom.
Public propertyDescription Get and sets the parameter description.
(Inherited from GlobalFitParameterInfo)
Public propertyIndex Gets the index of this parameter in the model.
Public propertyName Gets and sets the parameter name.
(Inherited from GlobalFitParameterInfo)
Public propertySharing Gets and sets the parameter sharing option.
(Inherited from GlobalFitParameterInfo)
Public propertyStandardError Gets the standard error of this parameter.
Public propertyValue Gets the least squares estimate for the parameter value.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of self.
Public methodConfidenceInterval Returns the 1 - alpha confidence interval for this parameter.
Public methodToString Formatted string for the statistics.
(Overrides ObjectToString)
Public methodTStatistic Returns the t-statistic for the null hypothesis that this parameter is equal to the given test value.
Public methodTStatisticCriticalValue Gets the critical value of the t-statistic for the specified alpha level.
Public methodTStatisticPValue Returns the p-value for a t-test with the null hypothesis that this parameter is equal to the given test value versus the alternative hypothesis that it is not.
Top
See Also