I've (nearly) completed a very fast library for statistical anolysis in C++ that I would like to use in the Creation Kit. A simple file pipe would probably be best, but I don't see support to read raw data from a file. The library contains bayesian statistics, some structured data anolysis, and elements of quantum mechanics (primary in fast certainty calculations and waveform generation for pattern recognition). This would run very slowly in script form, but I have some ideas for applications in modding that would probably be pretty neat. Most of all, I'd like to build a mod to statistically anolyze player battle strategies and NPC response tactics (as a start).
Is there any known way to get data through? I'm not at all practiced with Windows Forms, so a direct file pipe or some accessible pointer would be easiest for me.