44 3
// Here are the starting values of the parameters
// Columns: (1) Starting Value - (2) Lower Bound - (3) Upper Bound
0.0 -100 100		// Constant in mean
0.0 -100 100		// Coefficient(s) of the regressor(s) in the mean
0.1  -1 1			// ARFIMA coefficient (fractionnal integrator, "d")
0.01  -1  1			// AR coefficient(s)
0.01 -1   1			// MA coefficient(s)
0.0001  0   100		// Constant in variance
0.01 -100 100		// Coefficient(s) of the regressor(s) in the variance
0.45   0   1			// FIGARCH coefficient (fractionnal integrator, "d")
0.05  0   1			// ARCH coefficient(s) (="alpha" in the tutorial)
0.93  0   1			// GARCH coefficient(s) (="beta" in the tutorial)
0.08 -1   1			// GJR or AGARCH asymmetry coefficient(s) (="omega" in the tutorial)
-0.1 -1   1			// EGARCH sign coefficient(s) (="theta 1" in the tutorial)
0.2  -1   1			// EGARCH magnitude coefficient(s) (="theta 2" in the tutorial)
0.01 -1   1			// APARCH asymmetry coefficient(s) (="gamma" in the tutorial)
2.0   0   3			// APARCH exponent coefficient (="delta" in the tutorial)
0.001 -100 100		// Skewness coefficient (="xi" of the skewed Student in the tutorial)
6    2    100		// Degrees of freedom (kurtosis) coefficient for the (skewed) Student (="upsilon" in the tutorial)
2    0    100		// Degrees of freedom (kurtosis) coefficient for the GED (="upsilon" in the tutorial)
0.1  -100 100		// Hygarch coefficient
0.0  -100 100		// ARCH-in-mean coefficient 
0.01  -0.001   100		// 2Constant in variance2
0.0 -100 100		// 2Coefficient(s) of the regressor(s) in the variance2
0.47   0   1			// 2FIGARCH coefficient (fractionnal integrator, "d")
0.15  0   2			// 2ARCH coefficient(s) (="alpha" in the tutorial)
0.8 0   1			// 2GARCH coefficient(s) (="beta" in the tutorial)
0.2 -1   1			// 2GJR or AGARCH asymmetry coefficient(s) (="omega" in the tutorial)
0.005 -1   1			// 2EGARCH sign coefficient(s) (="theta 1" in the tutorial)
0.2  -1   1			// 2EGARCH magnitude coefficient(s) (="theta 2" in the tutorial)
0.01 -1   1			// 2APARCH asymmetry coefficient(s) (="gamma" in the tutorial)
2.0   0   3			// 2APARCH exponent coefficient (="delta" in the tutorial)		
0.9 0 1			// p1 parameter for NMGARCH
0.00 -1 1			// mu parameter for NMGARCH
0.001  -1   100		// 3Constant in variance3
0.0 -100 100		// 3Coefficient(s) of the regressor(s) in the variance3
0.45   0   1			// 3FIGARCH coefficient (fractionnal integrator, "d")
0.0  0   1			// 3ARCH coefficient(s) (="alpha" in the tutorial)
0.0  0   1			// 3GARCH coefficient(s) (="beta" in the tutorial)
0.01 -1   1			// 3GJR or AGARCH asymmetry coefficient(s) (="omega" in the tutorial)
-0.1 -1   1			// 3EGARCH sign coefficient(s) (="theta 1" in the tutorial)
0.2  -1   1			// 3EGARCH magnitude coefficient(s) (="theta 2" in the tutorial)
0.01 -1   1			// 3APARCH asymmetry coefficient(s) (="gamma" in the tutorial)
2.0   0   3			// 3APARCH exponent coefficient (="delta" in the tutorial)		
0.2 0 1			//3 p2 parameter for NMGARCH
0.0 -1 1			//3 mu2 parameter for NMGARCH