Aspose.Tasks for C++
Aspose::Tasks::RiskAnalysis::RiskItemStatistics Class Reference

Represents an item which stores statistical data for the task of the analyzed project. More...

#include <RiskItemStatistics.h>

Inherits System::Object.

Public Member Functions

RiskItemType get_ItemType () const
 Gets an instance of the RiskItemType enumeration. More...
 
System::DateTime get_Minimum () const
 Gets the minimum value which was generated during Monte Carlo simulation. More...
 
System::DateTime get_Maximum () const
 Gets the maximum value which was generated during Monte Carlo simulation. More...
 
System::DateTime get_ExpectedValue () const
 Gets the expected value of the risk item. More...
 
Duration get_StandardDeviation () const
 Gets the standard deviation of the risk item. More...
 
System::DateTime GetPercentile (int32_t percent)
 Gets a value below which a specified percentage of generated samples fall. More...
 
System::String ToString () const override
 Returns short string representation of a risk item. The exact details of the representation are unspecified and subject to change. More...
 

Detailed Description

Represents an item which stores statistical data for the task of the analyzed project.

Member Function Documentation

◆ get_ExpectedValue()

System::DateTime Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_ExpectedValue ( ) const

Gets the expected value of the risk item.

◆ get_ItemType()

RiskItemType Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_ItemType ( ) const

Gets an instance of the RiskItemType enumeration.

◆ get_Maximum()

System::DateTime Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_Maximum ( ) const

Gets the maximum value which was generated during Monte Carlo simulation.

◆ get_Minimum()

System::DateTime Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_Minimum ( ) const

Gets the minimum value which was generated during Monte Carlo simulation.

◆ get_StandardDeviation()

Duration Aspose::Tasks::RiskAnalysis::RiskItemStatistics::get_StandardDeviation ( ) const

Gets the standard deviation of the risk item.

◆ GetPercentile()

System::DateTime Aspose::Tasks::RiskAnalysis::RiskItemStatistics::GetPercentile ( int32_t  percent)

Gets a value below which a specified percentage of generated samples fall.

Parameters
percentthe specified percent between 0 and 100.
Returns
a value below which a specified percentage of generated samples fall.

◆ ToString()

System::String Aspose::Tasks::RiskAnalysis::RiskItemStatistics::ToString ( ) const
override

Returns short string representation of a risk item. The exact details of the representation are unspecified and subject to change.

Returns
short string which represents RiskItem object.