#### Summary: Include table describing variable type in user's guide to manual and upgrade all doc to include `offset` and `multiplier` and use new array syntax. #### Description: * [x] Describe variable types in reference manual. Copy [table from user's guide](https://mc-stan.org/docs/2_27/stan-users-guide/basic-functions-section.html#type-declarations-for-functions) to reference manual. * block variable: constrained, sized * local variable: unconstrained, sized * function argument: unconstrained, unsized * [x] Update all doc to use `array[N] T x` in place of `T x[N]` * [x] include deprecation notice for `T x[N]` in reference manual. * [x] update Stan program style guide in user's guide #### Current Version: v2.26.0
Summary:
Include table describing variable type in user's guide to manual and upgrade all doc to include
offsetandmultiplierand use new array syntax.Description:
Describe variable types in reference manual. Copy table from user's guide to reference manual.
Update all doc to use
array[N] T xin place ofT x[N]include deprecation notice for
T x[N]in reference manual.update Stan program style guide in user's guide
Current Version:
v2.26.0