| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | May 2 at 19:07 | |
| stats | profile views | 49 |
|
May 10 |
awarded | Nice Answer |
|
May 1 |
accepted | Adjacency Matrix for an Undirected Graph |
|
Apr 30 |
asked | Adjacency Matrix for an Undirected Graph |
|
Apr 19 |
comment |
What technical obstacles prevent all Mathematica code compiling to C Another way to think of this is, why can't more of the stuff be compiled so that Mathematica is a great alternative for purely numerical stuff. For instance, all the statistical functionality could be compilable, with proper numerical checks to make it more useful. The intersection of Mathematica and a numeric library such as GSL (in terms of functionality) could be compilable, to make Mathematica a viable alternative for purely numerical tasks. |
|
Feb 24 |
comment |
Efficient Generation of Random Variates from a Copula Distribution This is absolutely great, |
|
Feb 21 |
answered | Compiling Error functions of complex values |
|
Feb 20 |
comment |
Compiling Error functions of complex values They compile for real values, but do not appear to compile for complex arguments. |
|
Jan 27 |
comment |
I can't get Compile to work There are many issues with with your functions. Variables are not localized, r is not defined in fug1, NSolve is not compilable and you probably mean to use g2 but are using function g1 in the FindRoot. |
|
Jan 25 |
awarded | Yearling |
|
Jan 24 |
comment |
Mathematica 9 cannot solve this Integral. Mathematica 8 could. Is this a bug? The topic is misleading. I thought it was about Regression in Statistics |
|
Jan 18 |
comment |
CompiledFunction crashes kernel Here is something similar from before: stackoverflow.com/questions/8262218/… |
|
Jan 14 |
comment |
Compiling LinearSolve[] or creating a compilable procedural version of it Using Inverse is not advisable. Typically, one uses LinearSolve to avoid inverting matrices. |
|
Jan 2 |
awarded | Necromancer |
|
Dec 31 |
answered | List of compilable functions |
|
Dec 30 |
awarded | Revival |
|
Dec 29 |
revised |
Finding distribution parameters of a gaussian mixture distribution added 1434 characters in body |
|
Dec 22 |
answered | Finding distribution parameters of a gaussian mixture distribution |
|
Dec 17 |
comment |
Are you interested in purchasing David Wagner's “Power programming with Mathematica”? I would be willing to buy it too. |
|
Dec 15 |
comment |
Draw from HistogramDistribution with ParallelTable It works for me with Module. |
|
Dec 15 |
answered | Draw from HistogramDistribution with ParallelTable |