public abstract class PricePredictSort extends Object implements SortingTechnique
Constructor and Description |
---|
PricePredictSort(InOutAll inoutall,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
abstract double[] |
calcMean()
Calculates the Mean value and standard deviation of the 100 previous
prices.
|
InOutAll |
getInOutAll() |
Settings |
getSettings() |
List<UtilityControl> |
sort(List<UtilityControl> utilities,
List<UtilityControl> totalUtilities)
Checks corelation between priorities of utilities with current and future
prices.
|
public Settings getSettings()
public InOutAll getInOutAll()
public List<UtilityControl> sort(List<UtilityControl> utilities, List<UtilityControl> totalUtilities)
sort
in interface SortingTechnique
utilities
- List of Utilities to be optimisedtotalUtilities
- List of all utilities in the system ( for power
evaluation)public abstract double[] calcMean()
Copyright © 2015. All rights reserved.