diabayes.forward_models.rsf#
- diabayes.forward_models.rsf(variables: Variables, params: RSFParams, constants: RSFConstants) Float[source]#
The classical rate-and-state friction law
\[v(\mu, \theta) = v_0 \exp \left( \frac{1}{a} \left[ \mu - \mu_0 - b \log \left( \frac{v_0 \theta}{D_c} \right) \right] \right)\]- Parameters:
variables (Variables) – The friction coefficient
muand state parameterthetaparams (RSFParams) – The rate-and-state parameters
a,b, andD_cconstants (RSFConstants) – The constant parameters
mu0andv0
- Returns:
v – The instantaneous slip rate in the same units as
v0- Return type:
Float