|
BaseTwoSamplePowerAnalysisToString Method (String, IFormatProvider)
|
Converts the numeric power of this test to its equivalent string representation.
Namespace:
Accord.Statistics.Testing.Power
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public string ToString(
string format,
IFormatProvider formatProvider
)
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
Request Example
View SourceParameters
- format
- Type: SystemString
- formatProvider
- Type: SystemIFormatProvider
Return Value
Type:
StringImplements
IFormattableToString(String, IFormatProvider)See Also