FSharp.Stats


RowVector<'T>

Namespace: FSharp.Stats

Constructors

ConstructorDescription
new(opsRV, arrRV)
Signature: (opsRV:INumeric<'T> option * arrRV:'T array) -> RowVector<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
DebugDisplay
Signature: StringBuilder

CompiledName: get_DebugDisplay

Details
Signature: 'T array

CompiledName: get_Details

ElementOps
Signature: INumeric<'T>

CompiledName: get_ElementOps

GetSlice(start, finish)
Signature: (start:int option * finish:int option) -> RowVector<'T>
InternalValues
Signature: 'T array

CompiledName: get_InternalValues

[i]
Signature: i:int -> 'T

CompiledName: set_Item

[()]
Signature: unit -> int

CompiledName: get_Item

Length
Signature: int

CompiledName: get_Length

NumCols
Signature: int

CompiledName: get_NumCols

OpsData
Signature: INumeric<'T> option

CompiledName: get_OpsData

Permute(p)
Signature: p:permutation -> RowVector<'T>
SetSlice(start, finish, vs)
Signature: (start:int option * finish:int option * vs:RowVector<'T>) -> unit
StructuredDisplayAsArray
Signature: 'T []

CompiledName: get_StructuredDisplayAsArray

Transpose
Signature: Vector<'T>

CompiledName: get_Transpose

Values
Signature: 'T array

CompiledName: get_Values

Static members

Static memberDescription
( - )(k, v)
Signature: (k:'T * v:RowVector<'T>) -> RowVector<'T>

CompiledName: op_Subtraction

( - )(v, k)
Signature: (v:RowVector<'T> * k:'T) -> RowVector<'T>

CompiledName: op_Subtraction

( - )(a, b)
Signature: (a:RowVector<'T> * b:RowVector<'T>) -> RowVector<'T>

CompiledName: op_Subtraction

( * )(v, k)
Signature: (v:RowVector<'T> * k:'T) -> RowVector<'T>

CompiledName: op_Multiply

( * )(a, b)
Signature: (a:RowVector<'T> * b:Vector<'T>) -> 'T

CompiledName: op_Multiply

( * )(a, b)
Signature: (a:RowVector<'T> * b:Matrix<'T>) -> RowVector<'T>

CompiledName: op_Multiply

( * )(k, v)
Signature: (k:'T * v:RowVector<'T>) -> RowVector<'T>

CompiledName: op_Multiply

( .* )(a, b)
Signature: (a:RowVector<'T> * b:RowVector<'T>) -> RowVector<'T>

CompiledName: op_DotMultiply

( ~- )(v)
Signature: v:RowVector<'T> -> RowVector<'T>

CompiledName: op_UnaryNegation

( ~+ )(v)
Signature: v:RowVector<'T> -> RowVector<'T>

CompiledName: op_UnaryPlus

( + )(k, v)
Signature: (k:'T * v:RowVector<'T>) -> RowVector<'T>

CompiledName: op_Addition

( + )(v, k)
Signature: (v:RowVector<'T> * k:'T) -> RowVector<'T>

CompiledName: op_Addition

( + )(a, b)
Signature: (a:RowVector<'T> * b:RowVector<'T>) -> RowVector<'T>

CompiledName: op_Addition

Fork me on GitHub