HypothesisTest.Summarize Method
DefinitionPermalink
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
Overload ListPermalink
Summarize() | Returns a string containing a human-readable summary of the object. |
Summarize( | Returns a string containing a human-readable summary of the object using the specified options. |
SummarizePermalink
Returns a string containing a human-readable summary of the object.
public string Summarize()
Return Value
StringA string containing a human-readable summary of the object.
Implements
ISummarizable.Summarize()Summarize(SummaryOptions)Permalink
Returns a string containing a human-readable summary of the object
using the specified options.
public virtual string Summarize(
SummaryOptions options
)
Parameters
- options SummaryOptions
- An object containing formatting options.
Return Value
StringA string containing a human-readable summary of the object using the specified options.