Hierarchy For Package org.apache.commons.math3.stat.regression
Class Hierarchy
- java.lang.Object
- org.apache.commons.math3.stat.regression.AbstractMultipleLinearRegression (implements org.apache.commons.math3.stat.regression.MultipleLinearRegression)
- org.apache.commons.math3.stat.regression.GLSMultipleLinearRegression
- org.apache.commons.math3.stat.regression.OLSMultipleLinearRegression
- org.apache.commons.math3.stat.regression.MillerUpdatingRegression (implements org.apache.commons.math3.stat.regression.UpdatingMultipleLinearRegression)
- org.apache.commons.math3.stat.regression.RegressionResults (implements java.io.Serializable)
- org.apache.commons.math3.stat.regression.SimpleRegression (implements java.io.Serializable, org.apache.commons.math3.stat.regression.UpdatingMultipleLinearRegression)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalArgumentException
- org.apache.commons.math3.exception.MathIllegalArgumentException (implements org.apache.commons.math3.exception.util.ExceptionContextProvider)
- org.apache.commons.math3.stat.regression.ModelSpecificationException
- org.apache.commons.math3.exception.MathIllegalArgumentException (implements org.apache.commons.math3.exception.util.ExceptionContextProvider)
- java.lang.IllegalArgumentException
- java.lang.RuntimeException
- java.lang.Exception
- org.apache.commons.math3.stat.regression.AbstractMultipleLinearRegression (implements org.apache.commons.math3.stat.regression.MultipleLinearRegression)
Interface Hierarchy
- org.apache.commons.math3.stat.regression.MultipleLinearRegression
- org.apache.commons.math3.stat.regression.UpdatingMultipleLinearRegression