Feeds
질문
Matrix Indexing Being Slow
I'm running a function, let's say f(x), that depends on one variable (which may take any variable in the interval [0, 1]). This ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plotting a matrix of z-values into 3d-space
I have a 2-dimensional matrix of Z values, and want to plot these in 3d space. Each row and column corresponds to my z-values ac...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Binopdf taking a lot of cpu time
In a script, I have ~35000 calls to binopdf and this takes 51.148 seconds. Is this a normal speed over this frequency of calls, ...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
Computing Recursive Function Efficiently
I've got a function that is recursive: i.e. f(x) = kf(x - 1) (Where k is complicated) I need to find the value of f(0),...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Best Practices for Efficiency
Hi, I have a function that's run around 10 million times, so I want to make sure I'm doing things as efficiently as possible....
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Maximising a function that i've created
So I have created a function, f(quantity), and I would like to minimise this with respect to quantity. Error in Maximisation...
10년 초과 전 | 답변 수: 1 | 0