Uses of Class
com.imsl.stat.CrossCorrelation.NonPosVariancesException
Packages that use CrossCorrelation.NonPosVariancesException
-
Uses of CrossCorrelation.NonPosVariancesException in com.imsl.stat
Methods in com.imsl.stat that throw CrossCorrelation.NonPosVariancesExceptionModifier and TypeMethodDescriptiondouble[]CrossCorrelation.getAutoCorrelationX()Returns the autocorrelations of the time seriesx.double[]CrossCorrelation.getAutoCorrelationY()Returns the autocorrelations of the time seriesy.double[]CrossCorrelation.getAutoCovarianceX()Returns the autocovariances of the time seriesx.double[]CrossCorrelation.getAutoCovarianceY()Returns the autocovariances of the time seriesy.double[]CrossCorrelation.getCrossCorrelation()Returns the cross-correlations between the time seriesxandy.double[]CrossCorrelation.getStandardErrors(int stderrMethod) Returns the standard errors of the cross-correlations between the time seriesxandy.doubleCrossCorrelation.getVarianceX()Returns the variance of time seriesx.doubleCrossCorrelation.getVarianceY()Returns the variance of time seriesy.