Class BootstrapResults
Encapsulates results from bootstrap simulation
public class BootstrapResults : IEnumerable<QuickStats>, IEnumerable
- Inheritance
-
BootstrapResults
- Implements
- Inherited Members
- Extension Methods
Constructors
BootstrapResults(IEnumerable<QuickStats>)
Instantiates a new BootstrapResults object using the specified results.
public BootstrapResults(IEnumerable<QuickStats> results)
Parameters
results
IEnumerable<QuickStats>
Properties
BaseCase
Gets/sets the base case.
public QuickStats BaseCase { get; set; }
Property Value
Count
Gets the count of results.
public int Count { get; }
Property Value
Methods
GetEnumerator()
Returns an enumerator to iterate through the collection.
public IEnumerator<QuickStats> GetEnumerator()