get_residuals: Compute residuals from actuals 'x' and fitted values 'fitted'

View source: R/initialize_states.R

get_residualsR Documentation

Compute residuals from actuals x and fitted values fitted

Description

Compute residuals from actuals x and fitted values fitted

Usage

get_residuals(x, fitted)

Arguments

x

A numeric vector representing the actuals

fitted

A numeric vector representing the fitted values

Value

A numeric vector of the same length as x and fitted


timradtke/heuristika documentation built on April 24, 2023, 1:55 a.m.