UpdateBeat: UpdateBeat

View source: R/PulseWaveform.R

UpdateBeatR Documentation

UpdateBeat

Description

UpdateBeat generates a new matrix of model parameters by replacing values in the existing dataframe with parameters that are both optimised and constrained.

Usage

UpdateBeat(beats_in, beat, fixed)

Arguments

beats_in

number of beats in the batch

beat

existing dataframe of model parameter estimates (populated with initial estimations)

fixed

list of optimised and constrained parameters for each waveform, to replace initial estimates

Value

new_beat

Dupdated dataframe of model parameter outputs

Examples

new_beat <- UpdateBeat(beats_in, beat, fixed)










stw32/PulseWaveform documentation built on Dec. 6, 2022, 2:50 a.m.