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 class
Implementation ofSquareMatrixSupport.RealSquareMatrix
using adouble[]
array to store entries.Methods in org.apache.commons.statistics.inference that return SquareMatrixSupport.RealSquareMatrixModifier and TypeMethodDescription(package private) static SquareMatrixSupport.RealSquareMatrix
SquareMatrixSupport.create
(int dimension, double[] data) Creates a square matrix.private static SquareMatrixSupport.RealSquareMatrix
KolmogorovSmirnovDistribution.Two.createH
(double x, int n) CreatesH
of sizem x m
as 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 multiplyingthis
with itselfn
times.