noise-class | R Documentation |
The class of observed decision makers' attributes
The class noise
p |
The number of attributes of each decision makers |
N |
The number of decision makers |
J |
The number of attributes of alternatives |
N <- 10; p <- 3
a <- ob_decision_makers_att$new(N=N, p=p);
a$gen("student", param=list(location=rep(100, 3), df=3))
a$gen()
a$gen("help")
N <- 10; J <- 5; a <- noise$new(N=N, J=J);
a$gen()
a$gen("normal", param=list(mu=rep(-1000, J)))
a$gen("student", param=list(scale=diag(2, J),df=10))
a$gen("discrete_uniform")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.