parallelKalman: parallelised version of the Kalman filter.

View source: R/Kalman.R

parallelKalmanR Documentation

parallelised version of the Kalman filter.

Description

Function to parallelise the Kalman filter

Usage

parallelKalman(Data = Data)

Arguments

Data

a data set to be kalmaned

Details

in progress. This function needs still a proper way to process the output. It whould at some point be mixed as there are three kalman instances. By using three cores, the coptutation time is reduced to half

Value

work in progress


farcego/slimmingDive documentation built on April 14, 2024, 8:24 a.m.