Displaying 2 results from an estimated 2 matches for "minerr".
Did you mean:
miner
2004 Jun 12
1
optimize linear function
I am attempting to optimize a regression model's parameters to meet a specific
target for the sum of positive errors over sum of the dependent variable
(minErr below).
I see two courses of action , 1) estimate a linear model then iteratively
reduce the regressors to achieve the desired positive error threshold
(naturally the regressors and predicted values are biased - but this is
acceptable). Were the problem only a single independent variable pro...
2011 Aug 15
0
Indexing Permutation Values
...uot;accuracy", "actualcorrect",
"correctstim", "choseright", "reward", "resp"), row.names = c(NA,
20L), class = "data.frame")
install.packages("Hmisc", dependencies = T)
library(Hmisc)
bestDeltas= 0; betterThanChance = 0; minErr = 0
fitProp<- 0
thresholded_test <- 0
calc.probs <- function(delta,gamma){
# initial starting probabilities
thList = 0
block = 0
# finMatrix <- 0
for (i in 1:length(dat2$choice))
{
if (dat2$RepNum[i] != block)
{
pL = 0.5
pR = 0.5
block = dat...