3,311 reputation
629
bio website
location
age
visits member for 1 year, 3 months
seen 12 hours ago
stats profile views 224

2d
awarded  Necromancer
May
20
comment Different behaviours of Default Argument
@Rojo Interesting idea, thank you. In this particular case this solution looks reliable because it is based on documented canonical order.
May
20
comment Different behaviours of Default Argument
@Simon Probably you are right. But how to prevent applying attributes?
May
20
comment Different behaviours of Default Argument
+1. It seems that it is a bug in pattern matcher: defining HoldPattern@f[x_ + y_: 0] := p[x, y] and then evaluating f[a + b] gives p[b, a]. And with f[Unevaluated[Plus[x_, y_: 0]]] := p[x, y] we can create the definition f[x_+(y_:0)]:=p[x,y]. But it also gives p[b, a]. The same is true for definitions f[HoldPattern[Plus[x_, y_: 0]]] := p[x, y] and f[HoldPattern[Plus][x_, y_: 0]] := p[x, y].
May
19
revised Is it possible to use the LevenbergMarquardt algorithm for fitting a black-box residual function?
fixed a typo
May
19
comment How to create internally optimized expression for computing with high WorkingPrecision?
@Oleksandr RuleDelayed was a typo here, I use Rule both for "Residual" and "Jacobian".
May
19
revised How to create internally optimized expression for computing with high WorkingPrecision?
edited body
May
18
awarded  Nice Question
May
18
comment How to create internally optimized expression for computing with high WorkingPrecision?
@Ted Good idea, but I would prefer to optimize the jacobianMatrix once because high precision significantly decreases the number of steps needed to get the minimum: large data set results in large rounding-off errors in summation...
May
18
revised How to create internally optimized expression for computing with high WorkingPrecision?
deleted 3 characters in body
May
18
revised How to create internally optimized expression for computing with high WorkingPrecision?
edited title
May
18
revised How to create internally optimized expression for computing with high WorkingPrecision?
edited title
May
18
asked How to create internally optimized expression for computing with high WorkingPrecision?
May
18
revised Is it possible to use the LevenbergMarquardt algorithm for fitting a black-box residual function?
deleted 76 characters in body
May
18
revised Is it possible to use the LevenbergMarquardt algorithm for fitting a black-box residual function?
added 1035 characters in body
May
6
revised Probability density histogram with unequal bin widths
deleted 67 characters in body
May
6
accepted Probability density histogram with unequal bin widths
May
2
comment Exporting PDF file - incorrect graphic
Which Mathematica version are you using? There already is one new bug in pdf export introduced in v.9.
May
2
comment Problem when merging cells including commentary
I have no such problem with Mathematica 9.0.1 under Windows 7 x64.
Apr
30
revised Probability density histogram with unequal bin widths
added 1021 characters in body