photo

Shep Bryan


Last seen: fast 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1
  • First Answer
  • Revival Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to show Tiff stacks
In my case it ends up being a couple orders of magnitude faster to avoid using imread. Try: function data = FastTiff(filename...

mehr als 4 Jahre vor | 3

Beantwortet
Faster / more precise logarithm of complimentary error function?
If you are mainly worried about underlow, this is a handy function that avoids numerical issues: function out = logerfc(X) out...

mehr als 4 Jahre vor | 0

Frage


How do I find the location of the max value of a nd matrix efficiently?
How do I find the location of the maximum value of a nd matrix efficiently? Right now I am hard coding my search for up to 5 dim...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to generate random number from inverse gamma distribution in an extreme conditions
Accoding to wikipedia, if X ~ InvGamma(a,b) then 1/X ~ Gamma(a,b), therefore to sample from the inverse gamma you simply take th...

mehr als 4 Jahre vor | 0

Frage


License issue on cluster
I have a university head count license at a university. I am trying to submit a job on a HPC at my university. Whenever I submit...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort