Table of Contents

Class BootstrapResults

Namespace
Balsam.Portfolio
Assembly
Balsam.Backtester.dll

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

QuickStats

Count

Gets the count of results.

public int Count { get; }

Property Value

int

Methods

GetEnumerator()

Returns an enumerator to iterate through the collection.

public IEnumerator<QuickStats> GetEnumerator()

Returns

IEnumerator<QuickStats>