UserBasisRegression Constructor |
Constructs a UserBasisRegression object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public UserBasisRegression(
IRegressionBasis basis,
int nBasis,
bool hasIntercept
)
Public Sub New (
basis As IRegressionBasis,
nBasis As Integer,
hasIntercept As Boolean
)
public:
UserBasisRegression(
IRegressionBasis^ basis,
int nBasis,
bool hasIntercept
)
new :
basis : IRegressionBasis *
nBasis : int *
hasIntercept : bool -> UserBasisRegression
Parameters
- basis
- Type: Imsl.StatIRegressionBasis
A IRegressionBasis basis function supplied by the user.
- nBasis
- Type: SystemInt32
A int which specifies the number of basis functions.
- hasIntercept
- Type: SystemBoolean
A bool which specifies whether or not the model has an
intercept.
See Also