You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor and rename variables in the src/models/ such that they match the variables defined in the PDF. This will make the code easier to maintain and perhaps help others port to other languages.
e.g. sigSqToCiq should probably be some variation of qEta, since it's related to ηq defined on page 287, §3.1.1
The unit tests should protect you from making any catastrophic changes.
src/models/such that they match the variables defined in the PDF. This will make the code easier to maintain and perhaps help others port to other languages.sigSqToCiqshould probably be some variation ofqEta, since it's related to ηq defined on page 287, §3.1.1