Package jsl.utilities
Interface PreviousValueIfc
-
- All Known Subinterfaces:
RVariableIfc
,VariableIfc
- All Known Implementing Classes:
AbstractRVariable
,Aggregatable
,Aggregate
,AggregateCounter
,AggregateTimeWeightedVariable
,AR1NormalRV
,AveragePerTimeWeightedVariable
,BernoulliRV
,BetaRV
,BinomialRV
,ChiSquaredRV
,ConstantRV
,Counter
,DataObservable
,DataObservableArray
,DEmpiricalRV
,DUniformRV
,EmpiricalRV
,ExponentialRV
,GammaRV
,GeneralizedBetaRV
,GeometricRV
,Hyper2ExponentialRV
,InverseCDFRV
,IterativeDataObservable
,JohnsonBRV
,LaplaceRV
,LogLogisticRV
,LognormalRV
,MixtureRV
,NegativeBinomialRV
,NormalRV
,PearsonType5RV
,PearsonType6RV
,PoissonRV
,ResponseVariable
,ResponseVariableAverageObserver
,ShiftedGeometricRV
,ShiftedRV
,StudentTRV
,TimeWeighted
,TriangularRV
,TruncatedRV
,UniformRV
,Variable
,VConstantRV
,WeibullRV
public interface PreviousValueIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getPreviousValue()
Gets the previous number from the sequence of values
-