Dragonfall
- 1,023
- 5
This came up a while ago in a post. What is a sensible way of defining a "random" curve in R^n? Let's say n=2 in order to keep things simple.
Dragonfall said:Then I'm guessing we can only have finitely many random points. I don't think all curves can be described this way.
Who do you mean by "we"? I know how to define "random": according to some probability distribution. That's why I asked what probability distribution you wanted to use.Dragonfall said:Curve = continuous map from a real interval to R^n
Random is what we're trying to define.
HallsofIvy said:Who do you mean by "we"? I know how to define "random": according to some probability distribution. That's why I asked what probability distribution you wanted to use.
AUMathTutor said:I guess this is what you mean by order n=2
Dragonfall said:This came up a while ago in a post. What is a sensible way of defining a "random" curve in R^n? Let's say n=2 in order to keep things simple.
trambolin said:random points + bezier curves on computer?
gel said:The question is rather ill-defined. There's lots of ways of generating random curves. The method you choose depends on what properties you want. A standard one is the http://en.wikipedia.org/wiki/Wiener_process" (aka Brownian motion), which is nowhere differentiable.
ice109 said:does that generate a c1 curve? what stochastic process does?