Aw: Gaussian Function

  • From: Michael D O'Shea/Woodward Informatics Ltd <woodwardinformatics@xxxxxxxxxxxxxxxx>
  • To: post.ethan@xxxxxxxxx
  • Date: Thu, 23 Jul 2020 00:41:22 +0100

There’s likely something proven that matches this requirement in the 
org.apache.commons.math3.distribution namespace Ethan. If you really need to do 
this within the database you could import with the loadjava util (I’ve used it 
since 8i and it still exists as of 12.2), create new functions "as language 
java name 'whatever(….)‘", and redline the cpu that way ;-/

Mike

Woodward Informatics Ltd
http://www.strychnine.co.uk ;<http://www.strychnine.co.uk/>

 

Am 23.07.2020 um 00:24 schrieb Ethan Post <post.ethan@xxxxxxxxx>:

Anyone know if Oracle provides anything like this guass function (Python)? Is 
this fairly simply to port perhaps?

https://stackoverflow.com/questions/16471763/generating-numbers-with-gaussian-function-in-a-range-using-python
 
<https://stackoverflow.com/questions/16471763/generating-numbers-with-gaussian-function-in-a-range-using-python>
  

Other related posts:

  • » Aw: Gaussian Function - Michael D O'Shea/Woodward Informatics Ltd