proposal_uniform(), proposal_mvn(), and proposal_mvt() are the
preferred names of is_uniform(), is_mvn(), and is_mvt(): the
historical is_* prefix reads as a logical predicate, which these
constructors are not. The is_* names remain available as aliases and
are not scheduled for removal.
Value
An is_proposal object.
See also
Other proposals:
is_mvn(),
is_mvt(),
is_uniform()