Uses of Interface
org.apache.commons.statistics.inference.SquareMatrixSupport.RealSquareMatrix
-
Packages that use SquareMatrixSupport.RealSquareMatrix Package Description org.apache.commons.statistics.inference Classes providing hypothesis testing. -
-
Uses of SquareMatrixSupport.RealSquareMatrix in org.apache.commons.statistics.inference
Classes in org.apache.commons.statistics.inference that implement SquareMatrixSupport.RealSquareMatrix Modifier and Type Class Description private static classSquareMatrixSupport.ArrayRealSquareMatrixImplementation ofSquareMatrixSupport.RealSquareMatrixusing adouble[]array to store entries.Methods in org.apache.commons.statistics.inference that return SquareMatrixSupport.RealSquareMatrix Modifier and Type Method Description (package private) static SquareMatrixSupport.RealSquareMatrixSquareMatrixSupport. create(int dimension, double[] data)Creates a square matrix.private static SquareMatrixSupport.RealSquareMatrixKolmogorovSmirnovDistribution.Two. createH(double x, int n)CreatesHof sizem x mas described in [1].private SquareMatrixSupport.RealSquareMatrixSquareMatrixSupport.ArrayRealSquareMatrix. identity()Creates the identity matrix I with the same dimension asthis.SquareMatrixSupport.RealSquareMatrixSquareMatrixSupport.ArrayRealSquareMatrix. power(int n)SquareMatrixSupport.RealSquareMatrixSquareMatrixSupport.RealSquareMatrix. power(int n)Returns the result of multiplyingthiswith itselfntimes.
-