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
Modernize docstrings: drop @multitable spacer columns, use * in @math dimensions.
* inst/mvksdensity.m: Replace the bare 'x' with '*' in the @math matrix
dimension expressions (NxD, MxD, Mx1, 1xD).
* inst/dist_obj/StableDistribution.m: Likewise for 4x1, 4x4, and 2x4.
* inst/dist_obj/BinomialDistribution.m: Drop the empty middle spacer
column from the plot Name-Value @multitable (@columnfractions 0.18 0.02
0.8 -> 0.18 0.8), removing the extra @tab from the header and item rows.
* inst/dist_obj/MultinomialDistribution.m: Likewise.
* inst/dist_obj/BetaDistribution.m: Likewise.
* inst/doc-cache: Regenerate the mvksdensity entry.
0 commit comments