Uses of Class
edu.cmu.tetrad.util.Vector
Packages that use Vector
Package
Description
-
Uses of Vector in edu.cmu.tetrad.cluster.metrics
Methods in edu.cmu.tetrad.cluster.metrics with parameters of type VectorModifier and TypeMethodDescriptiondoubleDissimilarity.dissimilarity(Vector v1, Vector v2) doubleSquaredErrorLoss.dissimilarity(Vector v1, Vector v2) -
Uses of Vector in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return VectorModifier and TypeMethodDescriptionstatic Vectorstatic VectorDataUtils.means(double[][] data) Column major data.static VectorMethods in edu.cmu.tetrad.data with parameters of type Vector -
Uses of Vector in edu.cmu.tetrad.regression
Methods in edu.cmu.tetrad.regression that return VectorModifier and TypeMethodDescriptionRegressionResult.getResiduals()RegressionDataset.getResidualsWithoutFirstRegressor()Constructors in edu.cmu.tetrad.regression with parameters of type VectorModifierConstructorDescriptionRegressionResult(boolean zeroInterceptAssumed, String[] regressorNames, int n, double[] b, double[] t, double[] p, double[] se, double r2, double rss, double alpha, Vector res) A result for a variety of regression algorithm. -
Uses of Vector in edu.cmu.tetrad.sem
Methods in edu.cmu.tetrad.sem that return VectorModifier and TypeMethodDescriptionGeneralizedSemIm.simulateOneRecord(Vector e) SemIm.simulateOneRecord(Vector e) Methods in edu.cmu.tetrad.sem with parameters of type VectorModifier and TypeMethodDescriptionGeneralizedSemIm.simulateOneRecord(Vector e) SemIm.simulateOneRecord(Vector e) -
Uses of Vector in edu.cmu.tetrad.util
Methods in edu.cmu.tetrad.util that return VectorModifier and TypeMethodDescriptionVector.copy()Matrix.diag()Matrix.getColumn(int j) Matrix.getRow(int i) Point.getVector()Vector.like()static VectorVector.scalarMult(double scalar) static VectorVector.serializableInstance()Generates a simple exemplar of this class to test serialization.Matrix.sum(int direction) Vector.viewSelection(int[] selection) Methods in edu.cmu.tetrad.util with parameters of type VectorModifier and TypeMethodDescriptionvoidMatrix.assignColumn(int col, Vector doubles) voidstatic shortStatUtils.compressedCorrelation(Vector data1, Vector data2) static doubleStatUtils.correlation(Vector data1, Vector data2) doubleVector.dotProduct(Vector v2) static doublestatic Matrixstatic Vectorstatic doubleConstructors in edu.cmu.tetrad.util with parameters of type Vector