Class RandomLoadParameters

All Implemented Interfaces:
Serializable

public class RandomLoadParameters extends InputEntity
Data model to describe the parameters of a probability density function to draw random power consumptions. This model represents a generalized extreme value distribution (GEV), that has been sampled for each quarter hour of a day, subdivided into workdays, Saturdays and Sundays. In general the GEV is described by the three parameters "location", "scale" and "shape"
See Also:
  • Constructor Details

    • RandomLoadParameters

      public RandomLoadParameters(UUID uuid, int quarterHour, double kWd, double kSa, double kSu, double myWd, double mySa, double mySu, double sigmaWd, double sigmaSa, double sigmaSu)
      Parameters:
      uuid - of the input entity
      quarterHour - The respective quarter hour of the day
      kWd - Shape parameter for a working day
      kSa - Shape parameter for a Saturday
      kSu - Shape parameter for a Sunday
      myWd - Location parameter for a working day
      mySa - Location parameter for a Saturday
      mySu - Location parameter for a Sunday
      sigmaWd - Scale parameter for a working day
      sigmaSa - Scale parameter for a Saturday
      sigmaSu - Scale parameter for a Sunday
  • Method Details

    • getQuarterHour

      public int getQuarterHour()
    • getMyWd

      public double getMyWd()
    • getMySa

      public double getMySa()
    • getMySu

      public double getMySu()
    • getSigmaWd

      public double getSigmaWd()
    • getSigmaSa

      public double getSigmaSa()
    • getSigmaSu

      public double getSigmaSu()
    • getkWd

      public double getkWd()
    • getkSa

      public double getkSa()
    • getkSu

      public double getkSu()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class UniqueEntity
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class UniqueEntity
    • toString

      public String toString()
      Overrides:
      toString in class UniqueEntity