468 reputation
18
bio website dinamistics.com
location Sydney, Australia
age 47
visits member for 1 year
seen May 13 at 8:26
stats profile views 18

May
9
awarded  Yearling
Apr
18
awarded  Nice Answer
Feb
25
awarded  Revival
Feb
14
answered What is a good way to plot some difficult implicit equations?
Jan
22
comment What is PointForm?
Hum, quite a number of symbols reported by ?*Form are internal. I bet they are generated internally by built-ins for the front-end.
Jan
12
comment Solve pair of recurrence relations
@lip1, have you had any progress on this?
Jan
8
comment Unique[] symbol not properly tracked
@rojo, I believe you should say "symbols created with Unique" instead of variables. The oddity is that symbols created with Symbol still work. So I bet Dynamic does more than a simple syntactic (but at runtime) resolution of dependency.
Jan
8
revised Unique[] symbol not properly tracked
deleted 287 characters in body
Jan
8
answered Unique[] symbol not properly tracked
Jan
8
comment Unique[] symbol not properly tracked
@rojo, see comment above. I dared to post this and my guess as to why as answer ;-)
Jan
8
comment Coding mistake?
@halirutan, I think you forgot to mention the all important missing pattern n_ in LHS.
Jan
8
comment Unique[] symbol not properly tracked
Not sure if ok, but I attempted this With[{z = Unique[]}, Dynamic[w, Initialization :> (w = z)]] and it prints $nnn and if you update $nnn that in other cell it gets updated. It seems you need an intermediate regular symbol (z) attached, which later gets discarded by the scoping construct. Is this an answer?
Jan
6
comment Question on operator: // N
@badb, just let me add a link to the official operator precedence documentation. And as for a quick guide this one.
Dec
31
comment Given a time series of n samples with a known probability mass function, how can I predict the next sample?
"The purpose of the tool is to identify samples that don't fit the assumption of the chosen probability distribution." Hum, I believe you can measure the distance between the expected distribution and the empirical distribution, but I don't think you can pinpoint/blame specific samples.
Dec
20
revised Block attributes of Equal
added 343 characters in body
Dec
20
revised Block attributes of Equal
using current context
Dec
20
comment Block attributes of Equal
@Mr.Wizard see what will be my last update about Plus
Dec
20
revised Block attributes of Equal
final update
Dec
20
comment Block attributes of Equal
@Mr.Wizard, see Update 2! I bet there is a negative answer to your question "How can I get true blocking of a symbol such that it behaves generically within a scoping construct?" - there is not such thing, even for user-defined symbols.
Dec
20
revised Block attributes of Equal
Block cannot clear ::usage