How to define error

Hi @andreasnoack
dv ~ @. Normal(cp, sqrt(cp^2*σ_prop)) this is error defined in workshop examples (https://tutorials.pumas.ai/html/exercises/workshop_solutions.html)

which one equivalent to that Normal(cp, cpσ) or Normal(cp, cpsqrt(σ²)) ??