Changes between Version 2 and Version 3 of U_likelihood
- Timestamp:
- Aug 8, 2025, 3:34:43 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_likelihood
v2 v3 14 14 * `dim_obs_p` : `integer, intent(in)`[[BR]] Number of observations at current time step (i.e. the size of the observation vector) 15 15 * `obs_p` : `real, intent(in), dimension(dim_obs_p)`[[BR]] Vector of observations 16 * `resid` : `real, intent(in ), dimension(dim_obs_p)`[[BR]] Input vector holding the residual16 * `resid` : `real, intent(inout), dimension(dim_obs_p)`[[BR]] Input vector holding the residual 17 17 * `likely` : `real, intent(out)`[[BR]] Output value of the likelihood 18 18