unscale_decay_to_mouse: Convert scaled decay rate to unscaled versio (half-life)

unscale_decay_to_mouseR Documentation

Convert scaled decay rate to unscaled versio (half-life)

Description

For the purpose of training the model I scaled the decay rates to std = 1 and mean = 0. This function puts the decay rate in the slam-seq mouse scale. So I can get back a half life

Usage

unscale_decay_to_mouse(scaled_decay_rate, return_hl = TRUE)

Arguments

scaled_decay_rate

double: decay rate (observed or predicted value)

return_hl

logical: if true returns the half life else the decay rata (unscaled)

Value

half life

Examples

unscale_decay_to_mouse(-2)

santiago1234/iCodon documentation built on Nov. 2, 2023, 2:03 p.m.