tags:

views:

204

answers:

2

Is it possible for a person working with statistic to replace his specialized programs by F#? I'm thinking about SAS/SPSS mainly?

Any native support for it in F#?

I am not talking about the trivial things as standard deviation and the likes, but for example item-response modeling.

UPDATE : Dont't let the item-response modeling put you of! I don't even know it, just an example of things I know they do with SPSS to clarify it's about more advanced features.

Short : is there a way to use F# as your main statistical tool and replace SPSS all together?

+3  A: 

Sadly, nothing comporable to combination of R + PostgreSQL + Python/Java/Groovy/Scala/... + VisAD

Of course, there is nice http://www.codeplex.com/vslab instead of gnuplot and some c# statistics code packaged in http://ta-lib.org/ http://www.alglib.net/

ssp
A: 

Here is something maybe-useful:

http://fsmathtools.codeplex.com/

or

http://mathnetnumerics.codeplex.com/

Brian