|  | Goodness | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe GoodnessOfFitParameter type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GoodnessOfFitParameter | Used by Clone method. | 
|  | GoodnessOfFitParameter(Int32, Double, Int32, Double) | Construct a GoodnessOfFitParameter instance for the specified parameter in the model. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DegreesOfFreedom | Gets the degrees of freedom. | 
|  | Index | Gets the index of this parameter in the model. | 
|  | StandardError | Gets the standard error of this parameter. | 
|  | Value | Gets the value of this parameter. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this GoodnessOfFitParameter. | 
|  | ConfidenceInterval | Returns the 1 - alpha confidence interval for this parameter. | 
|  | ToString | Returns a formatted string representation of this parameter. (Overrides ObjectToString) | 
|  | TStatistic | Returns the t-statistic for the null hypothesis that this parameter is equal to the given test value. | 
|  | TStatisticCriticalValue | Gets the critical value of the t-statistic for the specified alpha level. | 
|  | TStatisticPValue | 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. | 
 See Also
See Also