Uses of Enum Class
org.ojalgo.type.CalendarDateUnit
Packages that use CalendarDateUnit
Package
Description
-
Uses of CalendarDateUnit in org.ojalgo.data.domain.finance
Methods in org.ojalgo.data.domain.finance with parameters of type CalendarDateUnitModifier and TypeMethodDescriptionstatic GeometricBrownianMotionFinanceUtils.estimateExcessDiffusionProcess(CalendarDateSeries<?> priceSeries, CalendarDateSeries<?> riskFreeInterestRateSeries, CalendarDateUnit timeUnit) static CalendarDateSeries<RandomNumber> FinanceUtils.forecast(CalendarDateSeries<? extends Comparable<?>> series, int pointCount, CalendarDateUnit timeUnit, boolean includeOriginalSeries) static CalendarDateSeries<BigDecimal> FinanceUtils.makeCalendarPriceSeries(double[] prices, Calendar startCalendar, CalendarDateUnit resolution) static CalendarDateSeries<BigDecimal> FinanceUtils.makeDatePriceSeries(double[] prices, Date startDate, CalendarDateUnit resolution) static doubleFinanceUtils.toAnnualReturnFromGrowthFactor(double growthFactor, CalendarDateUnit growthFactorUnit) GrowthRate = ln(GrowthFactor)static doubleFinanceUtils.toAnnualReturnFromGrowthRate(double growthRate, CalendarDateUnit growthRateUnit) AnnualReturn = exp(GrowthRate * GrowthRateUnitsPerYear) - 1.0static doubleFinanceUtils.toGrowthFactorFromAnnualReturn(double annualReturn, CalendarDateUnit growthFactorUnit) GrowthFactor = exp(GrowthRate)static doubleFinanceUtils.toGrowthRateFromAnnualReturn(double annualReturn, CalendarDateUnit growthRateUnit) GrowthRate = ln(1.0 + InterestRate) / GrowthRateUnitsPerYear -
Uses of CalendarDateUnit in org.ojalgo.data.domain.finance.series
Methods in org.ojalgo.data.domain.finance.series that return CalendarDateUnitModifier and TypeMethodDescriptionAlphaVantageFetcher.getResolution()Deprecated.DataFetcher.getResolution()FinanceDataReader.getResolution()IEXTradingFetcher.getResolution()Deprecated.This will always be by day.YahooSession.Fetcher.getResolution()Methods in org.ojalgo.data.domain.finance.series with parameters of type CalendarDateUnitModifier and TypeMethodDescriptionstatic DataSource.CoordinatedDataSource.coordinated(CalendarDateUnit resolution) DataSource.getCalendarDateSeries(CalendarDateUnit resolution) DataSource.getCalendarDateSeries(CalendarDateUnit resolution, LocalTime time, ZoneId zoneId) DataSource.getLocalDateSeries(CalendarDateUnit resolution) DataSource.getLocalDateSeries(CalendarDateUnit resolution, DenseArray.Factory<Double, ?> denseArrayFactory) static DataSourceDataSource.newAlphaVantage(String symbol, CalendarDateUnit resolution, String apiKey) Deprecated.static DataSourceDataSource.newAlphaVantage(String symbol, CalendarDateUnit resolution, String apiKey, boolean fullOutputSize) Deprecated.YahooSession.newFetcher(String symbol, CalendarDateUnit resolution) Deprecated.static <T extends DatePrice>
DataSourceDataSource.newFileReader(File file, BasicParser<T> parser, CalendarDateUnit resolution) static DataSourceDataSource.newYahoo(YahooSession session, String symbol, CalendarDateUnit resolution) Deprecated.static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of(File file, TextLineReader.Parser<T> parser, CalendarDateUnit resolution) static <T extends DatePrice>
FinanceDataReader<T> FinanceDataReader.of(InMemoryFile file, TextLineReader.Parser<T> parser, CalendarDateUnit resolution) DataSource.Coordinated.resolution(CalendarDateUnit resolution) Constructors in org.ojalgo.data.domain.finance.series with parameters of type CalendarDateUnitModifierConstructorDescriptionAlphaVantageFetcher(String symbol, CalendarDateUnit resolution, String apiKey, boolean fullOutputSize) Deprecated.SourceCache(CalendarDateUnit refreshInterval) -
Uses of CalendarDateUnit in org.ojalgo.series
Methods in org.ojalgo.series that return CalendarDateUnitModifier and TypeMethodDescriptionCalendarDateSeries.getResolution()CoordinationSet.getResolution()Methods in org.ojalgo.series with parameters of type CalendarDateUnitModifier and TypeMethodDescriptionCoordinationSet.prune(CalendarDateUnit resolution) Returns a new CoordinationSet where all series have the same first and last keys, as well as the specified resolution.CalendarDateSeries.resample(CalendarDateUnit resolution) CoordinationSet.resample(CalendarDateUnit resolution) Returns a new set of series each resampled to the supplied resolution.Constructors in org.ojalgo.series with parameters of type CalendarDateUnitModifierConstructorDescriptionCalendarDateSeries(CalendarDateUnit resolution) CoordinationSet(Collection<CalendarDateSeries<N>> seriesCollection, CalendarDateUnit resolution) CoordinationSet(CalendarDateUnit resolution) -
Uses of CalendarDateUnit in org.ojalgo.series.function
Methods in org.ojalgo.series.function that return CalendarDateUnitModifier and TypeMethodDescriptionprotected final CalendarDateUnitSeriesForecaster.getResolution() -
Uses of CalendarDateUnit in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive that return CalendarDateUnitConstructors in org.ojalgo.series.primitive with parameters of type CalendarDateUnitModifierConstructorDescriptionImplicitTimeSeries(Calendar first, CalendarDateUnit resolution, PrimitiveSeries valueSeries) ImplicitTimeSeries(Date first, CalendarDateUnit resolution, PrimitiveSeries valueSeries) ImplicitTimeSeries(CalendarDate first, CalendarDateUnit resolution, PrimitiveSeries valueSeries) -
Uses of CalendarDateUnit in org.ojalgo.type
Fields in org.ojalgo.type declared as CalendarDateUnitMethods in org.ojalgo.type that return CalendarDateUnitModifier and TypeMethodDescriptionstatic CalendarDateUnitReturns the enum constant of this class with the specified name.static CalendarDateUnit[]CalendarDateUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.type with parameters of type CalendarDateUnitModifier and TypeMethodDescriptiondoubleCalendarDateUnit.convert(double sourceDurationMeasure, CalendarDateUnit sourceDurationUnit) longCalendarDateUnit.convert(long sourceMeassure, CalendarDateUnit sourceUnit) doubleCalendarDateUnit.convert(CalendarDateUnit aSourceDurationUnit) CalendarDateDuration.convertTo(CalendarDateUnit newUnit) CalendarDate.filter(CalendarDateUnit resolution) static CalendarDateDurationStopwatch.meassure(Runnable task, CalendarDateUnit unit) static <T> Stopwatch.TimedResult<T> Stopwatch.meassure(Callable<T> task, CalendarDateUnit unit) ScheduleBuilder.repetition(int aRepetitionMeassure, CalendarDateUnit aRepetitionUnit) longStopwatch.reset(CalendarDateUnit unit) Will reset the start-instant and return duration since it was last reset in the specified unit.Stopwatch.restart(CalendarDateUnit unit) ScheduleBuilder.start(int aDelayMeassure, CalendarDateUnit aDelayUnit) CalendarDate.step(int aStepCount, CalendarDateUnit aStepUnit) CalendarDate.step(CalendarDateUnit aStepUnit) Stopwatch.stop(CalendarDateUnit unit) Constructors in org.ojalgo.type with parameters of type CalendarDateUnitModifierConstructorDescriptionCalendarDateDuration(double aMeasure, CalendarDateUnit aUnit) TypeCache(long aPurgeIntervalMeassure, CalendarDateUnit aPurgeIntervalUnit) Deprecated. -
Uses of CalendarDateUnit in org.ojalgo.type.context
Methods in org.ojalgo.type.context that return CalendarDateUnit