public class RiskItemStatistics extends Object
Represents an item which stores statistical data for the task of the analyzed project.
Modifier and Type | Method and Description |
---|---|
Date |
getExpectedValue()
Gets the expected value of the risk item.
|
int |
getItemType()
Gets an instance of the
RiskItemType enumeration. |
Date |
getMaximum()
Gets the maximum value which was generated during Monte Carlo simulation.
|
Date |
getMinimum()
Gets the minimum value which was generated during Monte Carlo simulation.
|
Date |
getPercentile(int percent)
Gets a value below which a specified percentage of generated samples fall.
|
Duration |
getStandardDeviation()
Gets the standard deviation of the risk item.
|
String |
toString()
Returns short string representation of a risk item.
|
public final Date getExpectedValue()
Gets the expected value of the risk item.
public final int getItemType()
Gets an instance of the RiskItemType
enumeration.
RiskItemType
enumeration.public final Date getMaximum()
Gets the maximum value which was generated during Monte Carlo simulation.
public final Date getMinimum()
Gets the minimum value which was generated during Monte Carlo simulation.
public final Date getPercentile(int percent)
Gets a value below which a specified percentage of generated samples fall.
percent
- the specified percent between 0 and 100.public final Duration getStandardDeviation()
Gets the standard deviation of the risk item.