Example #1
0
 public Transform(DependentVariableTransforms type, double exponent)
 {
     this._transformType = type;
     this._dblExponent   = exponent;
 }
Example #2
0
 public Transform(DependentVariableTransforms type, double exponent)
 {
     this._transformType = type;
     this._dblExponent = exponent;
 }
Example #3
0
 public Transform(DependentVariableTransforms type)
 {
     this._transformType = type;
     this._dblExponent   = 1;
 }
Example #4
0
 public Transform(DependentVariableTransforms type)
 {
     this._transformType = type;
     this._dblExponent = 1;
 }