The ParameterT generic type exposes the following members.
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
  | Exp |
Returns an exponentially transformed parameter.
|
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetConfidenceInterval |
Gets the confidence interval for the estimated value at the specified confidence level.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetSignificanceTest |
Returns a hypothesis test for the significance of the parameter value.
|
 | GetTTest |
Returns a OneSampleTTest object that can be used to perform further
analysis on the parameter.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | Log |
Returns a log transformed parameter.
|
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString |
Returns a string representation of this instance.
(Overrides ObjectToString.) |
Top
Reference