get

operator fun get(i: Long, j: Int): Double

Returns the ith observation in the jth replication

Return

the ith observation in the jth replication

Parameters

i

ith observation

j

jth replication

Throws

if there was trouble with the file


fun get(): Double

Returns the value at the current position

Return

the value at the current position

Throws

if there was trouble with the file