public class UserBasisRegressionEx2 extends Object
Fits a regression to a polynomial with user defined basis functions.
In this example, we fit the polynomial y=c0+c1x+c2x2⋯+c4x4+ε. For this model, the user basis function is fi(x)=xi+1 with i=0,1,⋯,nBasis=4 and
hasIntercept=true
.
Data are generated using the model y=10+2x+5x3 with x=0,1,⋯9.
Constructor and Description |
---|
UserBasisRegressionEx2() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.