Replaces all missing values in a vector with the previous or next non-missing value.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
IVector FillMissingValues(
Direction direction,
int limit = 1073741824
)
Function FillMissingValues (
direction As Direction,
Optional limit As Integer = 1073741824
) As IVector
IVector^ FillMissingValues(
Direction direction,
int limit = 1073741824
)
abstract FillMissingValues :
direction : Direction *
?limit : int
(* Defaults:
let _limit = defaultArg limit 1073741824
*)
-> IVector
Parameters
- direction
- Type: Extreme.CollectionsDirection
Specifies whether missing values should
be replaced by the previous (Forward) or next (Backward) non-missing
values. - limit (Optional)
- Type: SystemInt32
The maximum number of successive missing values
that may be filled.
Return Value
Type:
IVectorA new vector that has its missing values replaced.
Numerical Libraries
Supported in: 5.x
Reference