Uses of Class
org.ojalgo.type.CalendarDateUnit
-
-
Uses of CalendarDateUnit in org.ojalgo.data.domain.finance
Methods in org.ojalgo.data.domain.finance with parameters of type CalendarDateUnit Modifier and Type Method Description static GeometricBrownianMotionFinanceUtils. estimateExcessDiffusionProcess(CalendarDateSeries<?> priceSeries, CalendarDateSeries<?> riskFreeInterestRateSeries, CalendarDateUnit timeUnit)static CalendarDateSeries<RandomNumber>FinanceUtils. forecast(CalendarDateSeries<? extends java.lang.Comparable<?>> series, int pointCount, CalendarDateUnit timeUnit, boolean includeOriginalSeries)static CalendarDateSeries<java.math.BigDecimal>FinanceUtils. makeCalendarPriceSeries(double[] prices, java.util.Calendar startCalendar, CalendarDateUnit resolution)static CalendarDateSeries<java.math.BigDecimal>FinanceUtils. makeDatePriceSeries(double[] prices, java.util.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 CalendarDateUnit Modifier and Type Field Description private CalendarDateUnitAlphaVantageFetcher. myResolutionDeprecated.private CalendarDateUnitDataSource.Coordinated. myResolutionprivate CalendarDateUnitFinanceDataReader. myResolutionprivate CalendarDateUnitYahooSession.Fetcher. myResolutionprivate CalendarDateUnitYahooSessionOld.Fetcher. myResolutionDeprecated.Methods in org.ojalgo.data.domain.finance.series that return CalendarDateUnit Modifier and Type Method Description CalendarDateUnitAlphaVantageFetcher. getResolution()Deprecated.CalendarDateUnitDataFetcher. getResolution()CalendarDateUnitFinanceDataReader. getResolution()CalendarDateUnitIEXTradingFetcher. getResolution()Deprecated.This will always be by day.CalendarDateUnitYahooSession.Fetcher. getResolution()CalendarDateUnitYahooSessionOld.Fetcher. getResolution()Deprecated.Methods in org.ojalgo.data.domain.finance.series with parameters of type CalendarDateUnit Modifier and Type Method Description (package private) static ResourceLocator.RequestYahooSessionOld. buildDataRequest(ResourceLocator.Session session, java.lang.String symbol, CalendarDateUnit resolution)Deprecated.static DataSource.CoordinatedDataSource. coordinated(CalendarDateUnit resolution)CalendarDateSeries<java.lang.Double>DataSource. getCalendarDateSeries(CalendarDateUnit resolution)CalendarDateSeries<java.lang.Double>DataSource. getCalendarDateSeries(CalendarDateUnit resolution, java.time.LocalTime time, java.time.ZoneId zoneId)private BasicSeries<java.time.LocalDate,PrimitiveNumber>DataSource. getLocalDateSeries(java.util.List<DatePrice> historicalPrices, CalendarDateUnit resolution)BasicSeries<java.time.LocalDate,PrimitiveNumber>DataSource. getLocalDateSeries(CalendarDateUnit resolution)BasicSeries<java.time.LocalDate,PrimitiveNumber>DataSource. getLocalDateSeries(CalendarDateUnit resolution, DenseArray.Factory<java.lang.Double,?> denseArrayFactory)static DataSourceDataSource. newAlphaVantage(java.lang.String symbol, CalendarDateUnit resolution, java.lang.String apiKey)Deprecated.static DataSourceDataSource. newAlphaVantage(java.lang.String symbol, CalendarDateUnit resolution, java.lang.String apiKey, boolean fullOutputSize)Deprecated.YahooSession.FetcherYahooSession. newFetcher(java.lang.String symbol, CalendarDateUnit resolution)Deprecated.(package private) YahooSessionOld.FetcherYahooSessionOld. newFetcher(java.lang.String symbol, CalendarDateUnit resolution)Deprecated.static <T extends DatePrice>
DataSourceDataSource. newFileReader(java.io.File file, BasicParser<T> parser, CalendarDateUnit resolution)static DataSourceDataSource. newYahoo(YahooSession session, java.lang.String symbol, CalendarDateUnit resolution)Deprecated.static <T extends DatePrice>
FinanceDataReader<T>FinanceDataReader. of(java.io.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.CoordinatedDataSource.Coordinated. resolution(CalendarDateUnit resolution)Constructors in org.ojalgo.data.domain.finance.series with parameters of type CalendarDateUnit Constructor Description AlphaVantageFetcher(java.lang.String symbol, CalendarDateUnit resolution, java.lang.String apiKey, boolean fullOutputSize)Deprecated.Fetcher(ServiceClient.Session session, java.lang.String symbol, CalendarDateUnit resolution)Fetcher(ResourceLocator.Session session, java.lang.String symbol, CalendarDateUnit resolution)Deprecated.FinanceDataReader(java.io.File file, TextLineReader.Parser<DP> parser, CalendarDateUnit resolution)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 CalendarDateUnit Modifier and Type Field Description private CalendarDateUnitCalendarDateSeries. myResolutionprivate CalendarDateUnitCoordinationSet. myResolutionMethods in org.ojalgo.series that return CalendarDateUnit Modifier and Type Method Description CalendarDateUnitCalendarDateSeries. getResolution()CalendarDateUnitCoordinationSet. getResolution()Methods in org.ojalgo.series with parameters of type CalendarDateUnit Modifier and Type Method Description private CoordinationSet<N>CoordinationSet. doPruneAndResample(CalendarDate firstKey, CalendarDate lastKey, CalendarDateUnit resolution)CoordinationSet<N>CoordinationSet. prune(CalendarDateUnit resolution)Returns a new CoordinationSet where all series have the same first and last keys, as well as the specified resolution.BasicSeries<CalendarDate,N>CalendarDateSeries. resample(CalendarDateUnit resolution)private BasicSeries<CalendarDate,N>CalendarDateSeries. resample(CalendarDateUnit resolution, java.util.function.Function<CalendarDate,CalendarDate> keyMapper)CoordinationSet<N>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 CalendarDateUnit Constructor Description CalendarDateSeries(java.util.NavigableMap<CalendarDate,N> delegate, CalendarDateUnit resolution)CalendarDateSeries(CalendarDateUnit resolution)CoordinationSet(java.util.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 CalendarDateUnit Modifier and Type Field Description private CalendarDateUnitSeriesForecaster. myResolutionMethods in org.ojalgo.series.function that return CalendarDateUnit Modifier and Type Method Description protected CalendarDateUnitSeriesForecaster. getResolution() -
Uses of CalendarDateUnit in org.ojalgo.series.primitive
Fields in org.ojalgo.series.primitive declared as CalendarDateUnit Modifier and Type Field Description private CalendarDateUnitImplicitTimeSeries. myResolutionMethods in org.ojalgo.series.primitive that return CalendarDateUnit Modifier and Type Method Description CalendarDateUnitImplicitTimeSeries. resolution()Constructors in org.ojalgo.series.primitive with parameters of type CalendarDateUnit Constructor Description ImplicitTimeSeries(java.util.Calendar first, CalendarDateUnit resolution, PrimitiveSeries valueSeries)ImplicitTimeSeries(java.util.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 CalendarDateUnit Modifier and Type Field Description private CalendarDateUnitScheduleBuilder. myRepetitionUnitCalendarDateUnitCalendarDateDuration. unitMethods in org.ojalgo.type that return CalendarDateUnit Modifier and Type Method Description static CalendarDateUnitCalendarDateUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CalendarDateUnit[]CalendarDateUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.type with parameters of type CalendarDateUnit Modifier and Type Method Description doubleCalendarDateUnit. convert(double sourceDurationMeasure, CalendarDateUnit sourceDurationUnit)longCalendarDateUnit. convert(long sourceMeassure, CalendarDateUnit sourceUnit)doubleCalendarDateUnit. convert(CalendarDateUnit aSourceDurationUnit)CalendarDateDurationCalendarDateDuration. convertTo(CalendarDateUnit newUnit)CalendarDateCalendarDate. filter(CalendarDateUnit resolution)static CalendarDateDurationStopwatch. meassure(java.lang.Runnable task, CalendarDateUnit unit)static <T> Stopwatch.TimedResult<T>Stopwatch. meassure(java.util.concurrent.Callable<T> task, CalendarDateUnit unit)ScheduleBuilderScheduleBuilder. 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.CalendarDateDurationStopwatch. restart(CalendarDateUnit unit)ScheduleBuilderScheduleBuilder. start(int aDelayMeassure, CalendarDateUnit aDelayUnit)CalendarDateCalendarDate. step(int aStepCount, CalendarDateUnit aStepUnit)CalendarDateCalendarDate. step(CalendarDateUnit aStepUnit)CalendarDateDurationStopwatch. stop(CalendarDateUnit unit)Constructors in org.ojalgo.type with parameters of type CalendarDateUnit Constructor Description CalendarDateDuration(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 Modifier and Type Method Description CalendarDateUnitDateContext. getUnit()
-