Uses of Interface
org.apache.commons.statistics.inference.SquareMatrixSupport.RealSquareMatrix
Packages that use SquareMatrixSupport.RealSquareMatrix
-
Uses of SquareMatrixSupport.RealSquareMatrix in org.apache.commons.statistics.inference
Classes in org.apache.commons.statistics.inference that implement SquareMatrixSupport.RealSquareMatrixModifier and TypeClassDescriptionprivate static classImplementation ofSquareMatrixSupport.RealSquareMatrixusing adouble[]array to store entries.Methods in org.apache.commons.statistics.inference that return SquareMatrixSupport.RealSquareMatrixModifier and TypeMethodDescription(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].SquareMatrixSupport.ArrayRealSquareMatrix.identity()Creates the identity matrix I with the same dimension asthis.SquareMatrixSupport.ArrayRealSquareMatrix.power(int n) SquareMatrixSupport.RealSquareMatrix.power(int n) Returns the result of multiplyingthiswith itselfntimes.