1,581 reputation
421
bio website
location
age
visits member for 1 year, 3 months
seen Mar 20 at 1:00
stats profile views 93

May
14
awarded  Nice Question
Feb
15
comment Product of Fibonacci numbers using For/Do/While loops
I credit you with reviving my interest in C++! I abandoned it years ago when I got tired of spending a whole day updating dependencies every time I wanted to do 5 minutes worth of coding, but your code above just plain works (up to n = 40 at least!).
Feb
15
revised Strange double evaluation using MorphologicalGraph
typo
Feb
15
asked Strange double evaluation using MorphologicalGraph
Feb
15
awarded  Critic
Feb
11
comment Built-ins for discrete ArgMax or ArgMin?
This seems to be much faster than the other proposal on large inputs.
Feb
11
accepted Built-ins for discrete ArgMax or ArgMin?
Feb
11
asked Built-ins for discrete ArgMax or ArgMin?
Feb
6
comment Does new MMA9 Time Series support obsolete the old TimeSeries Package?
The question ~"what features do you miss in the built-in"~ is exactly what I'm trying to find an answer for :) What's in the old package that isn't in the new built-ins? Looks like there's a partial answer below: Kalman filtering.
Feb
6
asked Does new MMA9 Time Series support obsolete the old TimeSeries Package?
Feb
3
awarded  Yearling
Dec
18
comment Are you interested in purchasing David Wagner's “Power programming with Mathematica”?
I will also buy at least one :)
Dec
13
comment octopress plugin for CDF reader?
Thanks, @Szabolcs. I have a thread going with octopress, too, but so far it's produced silence. I thought I'd ping here in case one of our MMA experts has solved the problem. Apologies if the question is on the fringe.
Dec
13
asked octopress plugin for CDF reader?
Nov
14
awarded  Popular Question
Nov
5
awarded  Nice Question
Oct
24
awarded  Nice Question
Oct
19
comment RandomReal closed on left & open on right?
@Mr.Wizard, I think, for practical purposes, your answer solves my problem. I will wait a little bit before marking it to see if some new insight appears. BTW, your use of Count and 1-100 $MachineEpsilon is very useful and helpful.
Oct
19
comment RandomReal closed on left & open on right?
@J.M. oh, i gotcha. Mersenne will be good for me! Promote that recommendation and I will mark it as answer.
Oct
19
comment RandomReal closed on left & open on right?
@J.M. I have many algorithms carried over from the world of regular programming, where rand typically satisfies my requirement. I'm sure that some of my algorithms can be rewritten using RandomInteger, in particular those algorithms that generate array indices, e.g., Walker's method of aliases. However, I would still like to have a uniform $[0,1)$ in my tool chest so that I am not forced to rewrite at that level.