-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share your story #1
Comments
Inspired by this issue in a different project. |
I do data analysis for a very long time (15 years or so); I started with C++, but then used Python more and more. Rather often I faced the problem that when my programs grew larger, it became harder and harder to support and extend them. I knew about Django framework for Web development and used that, and decided to create a framework for data analysis (I mean an architectural framework, which tells me how I should write my program better). I analyse data in a neutrino physics experiment Double Chooz. I'm working on a PhD thesis "Determination of the direction to a source of antineutrino via inverse beta decay". I work at the Institute for Nuclear Research of the Russian Academy of Sciences (Moscow). (The framework is independent of my institution and is developed in my free time). I love it how easy it is to create many plots in Lena. It seems that presentation is one of the most important aspects in data analysis (when making more plots about the data, I even came to better models than I considered originally). Probably there are more things I like: I continuously add new ones as I need them in my analysis. This may be strange, but I don't use any neural networks or other popular stuff; I use traditional statistics. Neither use I pandas, numpy or scipy (though I like scipy and used it some time ago). Usually I write my own algorithms or use standard Python libraries. Recently I had to make difficult fits (about 30 parameters for 3-dimensional data), and found that |
Lena exists for more than a year as an open-source (free software) project, and it would be great to hear your story if you use it!
How did you know about Lena? What kind of data analysis do you do? What parts of Lena do you find most useful? What other packages/languages do you use?
Your feedback is most valuable for the project's development.
The text was updated successfully, but these errors were encountered: