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
Fields in org.ojalgo.data.domain.finance.series declared as CalendarDateUnitModifier and TypeFieldDescriptionprivate final CalendarDateUnitAlphaVantageFetcher.myResolutionDeprecated.private CalendarDateUnitDataSource.Coordinated.myResolutionprivate final CalendarDateUnitFinanceDataReader.myResolutionprivate final CalendarDateUnitYahooSession.Fetcher.myResolutionprivate final CalendarDateUnitYahooSessionOld.Fetcher.myResolutionDeprecated.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()YahooSessionOld.Fetcher.getResolution()Deprecated.Methods in org.ojalgo.data.domain.finance.series with parameters of type CalendarDateUnitModifier and TypeMethodDescription(package private) static ResourceLocator.RequestYahooSessionOld.buildDataRequest(ResourceLocator.Session session, String symbol, CalendarDateUnit resolution) Deprecated.static DataSource.CoordinatedDataSource.coordinated(CalendarDateUnit resolution) DataSource.getCalendarDateSeries(CalendarDateUnit resolution) DataSource.getCalendarDateSeries(CalendarDateUnit resolution, LocalTime time, ZoneId zoneId) private BasicSeries<LocalDate, PrimitiveNumber> DataSource.getLocalDateSeries(List<DatePrice> historicalPrices, CalendarDateUnit resolution) 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.(package private) YahooSessionOld.FetcherYahooSessionOld.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.(package private)Fetcher(ServiceClient.Session session, String symbol, CalendarDateUnit resolution) (package private)Fetcher(ResourceLocator.Session session, String symbol, CalendarDateUnit resolution) Deprecated.(package private)FinanceDataReader(File file, TextLineReader.Parser<DP> parser, CalendarDateUnit resolution) (package private)FinanceDataReader(InMemoryFile file, TextLineReader.Parser<DP> parser, CalendarDateUnit resolution) SourceCache(CalendarDateUnit refreshInterval) -
Uses of CalendarDateUnit in org.ojalgo.series
Fields in org.ojalgo.series declared as CalendarDateUnitModifier and TypeFieldDescriptionprivate final CalendarDateUnitCalendarDateSeries.myResolutionprivate CalendarDateUnitCoordinationSet.myResolutionMethods in org.ojalgo.series that return CalendarDateUnitModifier and TypeMethodDescriptionCalendarDateSeries.getResolution()CoordinationSet.getResolution()Methods in org.ojalgo.series with parameters of type CalendarDateUnitModifier and TypeMethodDescriptionprivate CoordinationSet<N> CoordinationSet.doPruneAndResample(CalendarDate firstKey, CalendarDate lastKey, CalendarDateUnit resolution) CoordinationSet.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) private BasicSeries<CalendarDate, N> CalendarDateSeries.resample(CalendarDateUnit resolution, Function<CalendarDate, CalendarDate> keyMapper) 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 CalendarDateUnitModifierConstructorDescription(package private)CalendarDateSeries(NavigableMap<CalendarDate, N> delegate, CalendarDateUnit resolution) CalendarDateSeries(CalendarDateUnit resolution) CoordinationSet(Collection<CalendarDateSeries<N>> seriesCollection, CalendarDateUnit resolution) CoordinationSet(CalendarDateUnit resolution) -
Uses of CalendarDateUnit in org.ojalgo.series.function
Fields in org.ojalgo.series.function declared as CalendarDateUnitMethods in org.ojalgo.series.function that return CalendarDateUnitModifier and TypeMethodDescriptionprotected final CalendarDateUnitSeriesForecaster.getResolution() -
Uses of CalendarDateUnit in org.ojalgo.series.primitive
Fields in org.ojalgo.series.primitive declared as CalendarDateUnitMethods 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
Subclasses with type arguments of type CalendarDateUnit in org.ojalgo.typeFields in org.ojalgo.type declared as CalendarDateUnitModifier and TypeFieldDescriptionprivate CalendarDateUnitScheduleBuilder.myRepetitionUnitfinal CalendarDateUnitCalendarDateDuration.unitMethods 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