Need guidance on types of stats or stat tests that can be done for simulation

AI Thread Summary
The discussion centers on analyzing the movement of simulated particles in an ocean environment using MATLAB. The user seeks guidance on statistical methods to interpret the final positions of approximately 300 particles after simulating their movement over time. Suggestions include calculating the mean and spread of particle positions, assessing the fit of a multinormal distribution, and creating histograms or density plots to visualize the data. The user clarifies that the simulation operates in two dimensions, specifically longitude and latitude. Overall, the conversation emphasizes the importance of statistical analysis in understanding particle distribution patterns.
skyflashings
Messages
15
Reaction score
0
I will try to be brief, so please bear with me!

I have a Matlab program which simulates a particle's movement over time in a certain ocean. The details of this implementation aren't really important, but basically I create about ~300 particles near each other and place them at a certain place in the ocean and through time they get pushed around by the water's current and end up somewhere completely different.

The starting place for the simulation is chosen on a particular day, say January 1, 2008, and the particle is moved around for about 60 days time. I save the results, and then do the same thing starting on January 2, 2008, and so on. I can do this for the whole month of January, or even the whole year of 2008. The idea is I will end up having the ending positions of these particles and (hopefully) can see an area of where they generally tend to gravitate towards.

Here is the part where I would like some guidance. I took a basics stats course in college but I don't really remember too much. Using the resulting positions of the particles, can I form some kind of distribution that will fit the data? (I'm not even sure if that even makes sense in this case). Or do some other kind of interesting statistical thing to it other than say "X percent of the particles end up in this boxed region"...like, say, a histogram?

I would really appreciate any ideas or guidance. Thanks!
 
Physics news on Phys.org
Let's see. Your particles will have a distribution in 2 dimensions? 3?

Yes, there are things you can do. Briefly, some of them are:

1) Calculate the mean position of a particle.
2) Calculate the spread of the particles. (In one dimension this would be one number, the standard deviation. In multiple dimensions it's a little more complicated.)
3) Check whether a multinormal distribution gives a good fit.
4) Histograms or density plots. Again, this is more complicated in multiple dimensions than 1. And, especially if the distribution is 3-dimensional, you may find that 300 particles is not enough.

There are many other things that could be done, but that's a start.
 
Ah, sorry I didn't make that clear. It's in 2 dimensions (longitude and latitude).
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top