dash.posteriorCalculation.percentiles.outputSize

Return the size of the percentiles output


Syntax



Description

siz = obj.outputSize(nState, ~, nTime)

Returns the size of the output array for the posterior percentiles, which is nState x nPercs x nTime.


Input Arguments

nState

scalar positive integer
The number of state vector elements for a Kalman filter.

nTime

scalar positive integer
The number of assimiltion time steps for a Kalman filter.

Output Arguments

siz

vector, positive integers [3]
The size of the output array. First element is nState, second element is nPercs, third element is nTime