Community Profile

photo

Groat


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Question


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, ...

9 years ago | 0 answers | 0

0

answers

Question


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),...

9 years ago | 1 answer | 0

1

answer

Question


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....

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer