Feeds
질문
tiedrank in descending order?
Is there any way to use tiedrank in descending order? I need to rank the highest value as the smallest one in rank. Is it po...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
about df and nbins of chi2gof.
I am trying to run chi-squared test for my data and I have custom cdf. The default value of number of bins k is 10. My c...
거의 9년 전 | 답변 수: 0 | 1
0
답변질문
how to use a piecewise function with fsolve?
I want to use piecewise objective function with fsolve. If i define the objective function using an if statement I get 'Conversi...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
is it possible to use a lookup table for optimization?
I am doing an optimization and need to include a look up table as constraint. A variable is another's lookup table value. Is t...
거의 9년 전 | 답변 수: 3 | 0
3
답변질문
how can i make loop run faster?
I am trying to make a for-loop run faster. I used matrices for part of my code instead of loops, but I can't seem to do i...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
problem running fmincon, 'Input arguments to function include colon operator.'
I am trying to run fmincon and i get this error: 'Input arguments to function include colon operator. To input the colon ...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
how to use variables in fitness function in the genetic algorithm optimization?
i try to run genetic algorithm optimization using a fitness function that includes variables and i get this error. --The fo...
거의 9년 전 | 답변 수: 1 | 0
