danielwilhelm / R-CS-ranks

R package implementing confidence sets for ranks
https://danielwilhelm.github.io/R-CS-ranks/
GNU General Public License v3.0
5 stars 1 forks source link

sd -> V #12

Closed MrDomani closed 1 year ago

MrDomani commented 1 year ago

Instead of vector of standard distributions, we will expect a (possibly diagonal) covariance matrix.

MrDomani commented 1 year ago

During our meeting, we came up with name V for the covariance matrix argument. However, in my experience the canonical way to denote a covariance matrix is with Sigma letter. Function, that generates observations from multivariate normal distribution, calls the covariance matrix argument Sigma. Maybe we should do the same? How is the covariance matrix usually denoted in economic/econometric literature? @danielwilhelm

danielwilhelm commented 1 year ago

Sigma sounds good. Let's use that.