TransformedParameter<T> Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
(Overrides Parameter<T>.GetConfidenceInterval(Double))
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetSignificanceTest Returns a hypothesis test for the significance of the parameter value.
(Inherited from Parameter<T>)
GetTTest Returns a OneSampleTTest object that can be used to perform further analysis on the parameter.
(Inherited from Parameter<T>)
GetTypeGets the Type of the current instance.
(Inherited from Object)
LeftTailProbability Returns the probability that a sample from the parameter's distribution is less than the specified value.
(Overrides Parameter<T>.LeftTailProbability(T))
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RightTailProbability Returns the probability that a sample from the parameter's distribution is larger than the specified value.
(Overrides Parameter<T>.RightTailProbability(T))
ToString Returns a string representation of this instance.
(Inherited from Parameter<T>)

See Also