Uses of Class
edu.cmu.tetrad.util.TaylorSeries
Packages that use TaylorSeries
- 
Uses of TaylorSeries in edu.cmu.tetrad.utilMethods in edu.cmu.tetrad.util that return TaylorSeriesModifier and TypeMethodDescriptionstatic TaylorSeriesTaylorSeries.get(double[] derivatives, double a) Get the Taylor series with the given derivatives and center.TaylorSeries.withModifiedDerivatives(double[] newDerivatives) Creates a new TaylorSeries instance with modified derivatives while maintaining the same center.TaylorSeries.withNewCenter(double newCenter) Creates a new TaylorSeries object with the same derivatives but a specified new center.