| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Mar 27 at 11:01 | |
| stats | profile views | 79 |
|
Apr 4 |
awarded | Notable Question |
|
Mar 11 |
accepted | Graphical Plots of PDF and CDF |
|
Mar 11 |
comment |
Graphical Plots of PDF and CDF Yes that's right. But I'll just stick to the continuous plots, the histogram just looked neat. :) |
|
Mar 10 |
comment |
Graphical Plots of PDF and CDF Thank You! This was indeed helpful. Is there any non-drawn out way of getting the continuous functions as a data collection set to be able plot their histograms? I tried using a Table but it just gave a single solid block. If there is not then this should be just fine. I just liked how Show commands looked. |
|
Mar 9 |
comment |
Graphical Plots of PDF and CDF Not sure, I did the following: randomWalk[x_] := RandomVariate[NormalDistribution[0, 1], x]
index = Table[randomWalk[10000], {2}];
asset[i_] := index[[i]];
pair1 = Transpose[{f[x,y], F[x,y]}]; It stated the transpose of f,F are not list of data sets. |
|
Mar 9 |
comment |
Graphical Plots of PDF and CDF Marvelous.. Exactly what I was in need for and also can see clearly how they behave. Now these examples are just generic (correct?) just to be clear. So I could just replace this with my very own results for the pdf and cdf? |
|
Mar 9 |
comment |
Graphical Plots of PDF and CDF Would it be much to create these to DiscretePlot3D graphs. I've tried, but I think there are some conflicting options in discretized rendering of graphics. |
|
Mar 9 |
comment |
Graphical Plots of PDF and CDF +1.. Nice. Thanks for this. :) |
|
Mar 9 |
asked | Graphical Plots of PDF and CDF |
|
Mar 9 |
comment |
How to solve a system of equations of the Vietnamese Mathematical Olympiad? +1... This is how analysis on problems should be approached when using mathematica as a helping tool. Great post. |
|
Jan 31 |
awarded | Nice Question |
|
Jan 28 |
awarded | Popular Question |
|
Jan 23 |
awarded | Popular Question |
|
Jan 18 |
awarded | Yearling |
|
Dec 9 |
revised |
Creating a Logarithmic Scale Plot deleted 95 characters in body |
|
Dec 8 |
comment |
Creating a Logarithmic Scale Plot @RahulNarain: Sure, here it goes. i.stack.imgur.com/xi2kP.png. |
|
Dec 8 |
revised |
Creating a Logarithmic Scale Plot added 97 characters in body |
|
Dec 8 |
revised |
Creating a Logarithmic Scale Plot edited body |
|
Dec 8 |
comment |
Creating a Logarithmic Scale Plot Have you actually tried compiling it? It shows nothing? If you did render an output, could you attach here so I could see if it looks correct? |
|
Dec 8 |
comment |
Creating a Logarithmic Scale Plot @RahulNarain: Still provides no output. I can show equivalent Matlab code that implements this but not sure how the plots work the same for MM? |
