Package | Description |
---|---|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
Modifier and Type | Method and Description |
---|---|
TrafficSeries.FITTINGTYPE |
TrafficSeries.TrafficPredictor.getFittingType() |
static TrafficSeries.FITTINGTYPE |
TrafficSeries.FITTINGTYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficSeries.FITTINGTYPE[] |
TrafficSeries.FITTINGTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TrafficSeries |
TrafficSeries.addSyntheticMonitoringTrace(TrafficSeries.FITTINGTYPE type,
Date initialDate,
double intervalBetweenSamplesInSeconds,
int numberOfSamples,
double initialTraffic,
double growthFactorPerYear,
double noiseRelativeTypicalDeviationRespectToAverage) |
TrafficSeries.TrafficPredictor |
TrafficSeries.getFunctionPredictionSoProbSubestimationIsBounded(TrafficSeries.FITTINGTYPE fittingType) |
Double |
TrafficSeries.getPredictionSoProbSubestimationIsBounded(TrafficSeries.FITTINGTYPE fittingType,
Date d,
double probSubestimation) |
Constructor and Description |
---|
TrafficPredictor(TrafficSeries.FITTINGTYPE fittingType,
org.apache.commons.math3.stat.regression.RegressionResults regResuls,
double sumSquaresOfX) |
Copyright © 2018. All rights reserved.