Click or drag to resize

GoodnessOfFitParameter Class

Class GoodnessOfFitParameter tests statistical hypotheses about estimated parameters in regression models.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreGoodnessOfFitParameter

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

The GoodnessOfFitParameter type exposes the following members.

Constructors
 NameDescription
Protected methodGoodnessOfFitParameter Used by Clone method.
Public methodGoodnessOfFitParameter(Int32, Double, Int32, Double) Construct a GoodnessOfFitParameter instance for the specified parameter in the model.
Top
Properties
 NameDescription
Public propertyDegreesOfFreedom Gets the degrees of freedom.
Public propertyIndex Gets the index of this parameter in the model.
Public propertyStandardError Gets the standard error of this parameter.
Public propertyValue Gets the value of this parameter.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this GoodnessOfFitParameter.
Public methodConfidenceInterval Returns the 1 - alpha confidence interval for this parameter.
Public methodToString Returns a formatted string representation of this parameter.
(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