Represents a parameter in a statistical model that is a transformation of a standard parameter.
SystemObject Extreme.DataAnalysisParameterT Extreme.DataAnalysisTransformedParameterT
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class TransformedParameter<T> : Parameter<T>
Public Class TransformedParameter(Of T)
Inherits Parameter(Of T)
generic<typename T>
public ref class TransformedParameter : public Parameter<T>
type TransformedParameter<'T> =
class
inherit Parameter<'T>
end
Type Parameters
- T
The TransformedParameterT type exposes the following members.
Top
Top
Use the TransformedParameterT class to represent a ParameterT
whose value is a transformation of another parameter.
Confidence intervals for the parameter can be obtained using the GetConfidenceInterval(Double)
method. The Statistic and PValue are calculated based
on the original (untrasnformed) value and standard error.
ParameterT objects cannot be created directly. They are
created by the statistical model and exposed through the model's
ParameterValues collection.
Reference