Header menu logo FSharp.Stats

ContingencyTable<'R, 'C> Type

Alias: a contingency table is just a Table<'R,'C,int>

Instance members

Instance member Description

this.ColKeys

Full Usage: this.ColKeys

Returns: 'C[]

All column labels in order.

Returns: 'C[]

this.Data

Full Usage: this.Data

Returns: Vector<int>

Underlying data storage.

Returns: Vector<int>

this.DataMatrix

Full Usage: this.DataMatrix

Returns: Matrix<int>

Underlying matrix storage.

Returns: Matrix<int>

this[r, c]

Full Usage: this[r, c]

Parameters:
    r : 'R

Returns: 'C

Indexer by label keys.

r : 'R
Returns: 'C

this[i, j]

Full Usage: this[i, j]

Parameters:
    i : int

Returns: int

Indexer by integer coordinates (0-based).

i : int
Returns: int

this.NumCols

Full Usage: this.NumCols

Returns: int

Number of columns.

Returns: int

this.NumRows

Full Usage: this.NumRows

Returns: int

Number of rows.

Returns: int

this.RowKeys

Full Usage: this.RowKeys

Returns: 'R[]

All row labels in order.

Returns: 'R[]

Type something to start searching.