Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

71
votes
20answers
3k views

Practices for programming in a scientific environment?

Background Last year, I did an internship in a physics research group at a university. In this group, we mostly used LabVIEW to write programs for controlling our setups, doing data acquisition and ...
63
votes
11answers
15k views

What can MATLAB do that R cannot do?

I often hear people complain how expensive MATLAB licenses are. Then I wonder why they don't just use Octave or R. But is the latter right? Can you use R to replace MATLAB?
45
votes
16answers
10k views

What is the best functional language for scientific programming

I am coming from C/C++, Python background and I am looking to learn a functional language that (Hopefully) can do Serious Matrix Computation expressive real world modelling database integration ...
29
votes
10answers
4k views

F# performance in scientific computing

I am curious as to how F# performance compares to C++ performance? I asked a similar question with regards to Java, and the impression I got was that Java is not suitable for heavy numbercrunching. ...
23
votes
9answers
1k views

Scientific Library Options for C or C++

I'm in the process of choosing a scientific library to use as a basis for a project. I need to do a lot of statistical, linear algebra, and signal processing tasks, and I figured there are probably ...
21
votes
18answers
2k views

The reading list for scientific programmer

I am working to become a scientific programmer. I have enough background in Math and Stat but rather lacking on programming background. I found it very hard to learn how to use a language for ...
18
votes
6answers
1k views

Writing robust and “modern” Fortran code

In some scientific environments, you often cannot go without FORTRAN as most of the developers only know that idiom, and there is lot of legacy code and related experience. And frankly, there are not ...
18
votes
9answers
1k views

Are functional programming languages good for practical tasks?

It seems to me from my experimenting with Haskell, Erlang and Scheme that functional programming languages are a fantastic way to answer scientific questions. For example, taking a small set of data ...
17
votes
3answers
386 views

what changes when your input is giga/terabyte sized?

I just took my first baby step today into real scientific computing today when I was shown a data set where the smallest file is 48000 fields by 1600 rows (haplotypes for several people, for ...
14
votes
7answers
418 views

Reproducibility in scientific programming

Along with producing incorrect results, one of the worst fears in scientific programming is not being able to reproduce the results you've generated. What best practices help ensure your analysis is ...
11
votes
4answers
307 views

Sparse Matrix Libraries for Ruby

I'm looking for a Sparse Matrix library I can use from Ruby. I'm currently using the GNU Scientific Library bindings provided by the "gsl" gem, but my application would be better optimized if I used a ...
11
votes
7answers
1k views

C or Ada for engineering computations?

as an engineer I currently use C to write programs dealing with numerical methods. I like C as it's very fast. I don't want to move to C++ and I have been reading a bit about Ada which has some very ...
11
votes
6answers
7k views

Plotting with C#

C# seems to show some promise for scientific computing, but I found very little about one plotting 2D graphs, which is very important both for science student and scientists. Is there a reliable, ...
11
votes
8answers
6k views

Open source alternative to MATLAB's fmincon function?

Is there an open-source alternative to MATLAB's fmincon function for constrained linear optimization? I'm rewriting a MATLAB program to use Python / NumPy / SciPy and this is the only function I ...
10
votes
3answers
746 views

multithreaded blas in python/numpy

I am trying to implement a large number of matrix-matrix multiplications in python. Initially, I assumed that numpy would use automatically my threaded blas libraries since I built it against those ...
10
votes
11answers
1k views

Modern language with the advantages of FORTRAN?

I've been working with a lot of FORTRAN 77 lately, and though I had reservations at first, I now see some great qualities of the language. It is: Simple to learn (no object-oriented or ...
10
votes
2answers
565 views

Learning GPGPU programming

My hands have been itching to learn GPGPU programming for some time. I finally have some time on my hands so I want to use it as wisely as possible. I'm really interested in your guys experience with ...
10
votes
4answers
2k views

What are your “must-have” Python Packages for Finance?

With the recent SEC proposal requiring that most Asset-Backed Securities issuers file a python computer program to document the flow of funds (or waterfall) provisions of the transaction, I thought it ...
10
votes
3answers
3k views

What is a good free (open source) BLAS/LAPACK library for .net (C#)?

I have a project written in C# where I need to do various linear algebraic operations on matrices (like LU-factorization). Since the program is mainly a prototype created to confirm a theory, a C# ...
9
votes
4answers
611 views

Cell segmentation and fluorescence counting in Python

How can I segment cells from an image taken on a microscope, along the lines of what was done here in Matlab? http://blogs.mathworks.com/steve/2006/06/02/cell-segmentation/ Also, if I take multiple ...
9
votes
2answers
492 views

Matplotlib transparent line plots

I am plotting two similar trajectories in matplotlib and I'd like to plot each of the lines with partial transparency so that the red (plotted second) doesn't obscure the blue. EDIT: Here's the ...
9
votes
1answer
498 views

Scientific Programming Stack for Clojure

I currently use Python for most of my programming, but I'm interested in learning Clojure. What libraries do I need to reproduce the functionality I have with scipy, numpy, and matplotlib? Is there ...
9
votes
3answers
230 views

How to test scientific software?

I'm convinced that software testing indeed is very important especially in science. However, over the last 6 years I never have come across any scientific software project which was under regular ...
9
votes
7answers
1k views

Scientific math with functional languages?

Are there any serious scientific math libraries made with functional programming languages? From the very nature of functional languages one would think that they are particularly suitable for math, ...
8
votes
2answers
113 views

Scientific Computing: Balancing Self-Contained-ness and Reuse?

I write scientific research code, specifically in bioinformatics. Of course, in science, results should be reproducible. People who are not involved in a project on a regular basis and don't ...
8
votes
8answers
3k views

Scientific Plotting in Python

I have a large data set of tuples containing (time of event, latitude, longitude) that I need to visualize. I was hoping to generate a 'movie'-like xy-plot, but was wondering if anyone has a better ...
7
votes
6answers
164 views

“Logbook” for scientific simulations

I'm using C++ to perform scientific simulation on some things. At this moment, due to the increasing number of parameters, I found necessary to have a "logbook": a file where all the information about ...
7
votes
2answers
160 views

Is there any 3D visualization library or toolkit for C? (No C++ please!)

Basically I'm interested in knowing if there exists any openGL 3D visualization toolkit for C for scientific uses?
7
votes
4answers
233 views

Methods for entering equations while programming in C/C++ , Python or Fortran

I am writing a code which had long mathematical equations with many trigonometric and other identities. Is there a way of visualising the same expression in latex and making a C or python expression ...
7
votes
7answers
393 views

Solving floating-point rounding issues C++

I develop a scientific application (simulation of chromosomes moving in a cell nucleus). The chromosomes are divided in small fragments that rotate around a random axis using 4x4 rotation matrices. ...
7
votes
5answers
186 views

Industry-style practices for increasing productivity in a small scientific environment

I work in a small, independent scientific lab in a university in the United States, and it has come to my notice that, compared with a lot of practices that are ostensibly followed in the industry, ...
7
votes
6answers
337 views

Code Smell: Configuration Nightmare

How would you identify and fix the following code smell: I've got a small scientific computing app that I'm writing that has to be able to handle lots of variations on the same theme. The inner ...
7
votes
5answers
3k views

Solving nonlinear equations numerically

I need to solve nonlinear minimization (least residual squares of N unknowns) problems in my Java program. The usual way to solve these is the Levenberg-Marquardt algorithm. I have a couple of ...
6
votes
2answers
201 views

Octave tutorials/articles/etc

What are some good sources of information on Octave besides its official reference?
6
votes
3answers
1k views

sigmoidal regression with scipy, numpy, python, etc

I have two variables (x and y) that have a somewhat sigmoidal relationship with each other, and I need to find some sort of prediction equation that will enable me to predict the value of y, given any ...
6
votes
5answers
299 views

Scalable, fast, text file backed database engine?

I am dealing with large amounts of scientific data that are stored in tab separated .tsv files. The typical operations to be performed are reading several large files, filtering out only certain ...
6
votes
1answer
260 views

General purpose physics engine

Is there any general purpose physics engine that allows huge simulations of rigid bodies? I'm using PhysX from Nvidia, but the focus of this engine is game development, soft bodies. I want to know if ...
6
votes
6answers
647 views

Is C really used for a lot of Scientific Computing?

I'm currently taking a math class in College called "Scientific Computing" and the professor told us that C is the most common language used for, well, scientific computing and am just wondering as to ...
6
votes
3answers
223 views

How do I incorporate TDD into my workflow as a scientific programmer / student / researcher?

I'm busy! Most of my time is spent using analytical techniques, or on course work, and when I switch over to programming mode I need to generate code quickly. Since, the Primary Investigator for the ...
6
votes
2answers
1k views

Scientific libraries for Lua?

Are there any scientific packages for Lua comparable to Scipy? Thanks for your time and help :)
5
votes
1answer
75 views

Recursive splitting of 3D binary array to create bitstream for every entry that equals 1

I'm trying to split a binary (only elements are 0 and 1) dynamically-allocated 3D array into seperate and smaller 3D arrays. The following figure makes it a bit clearer to understand: ...
5
votes
4answers
226 views

Is there a python library supporting easy parallel computing on a cluster?

I love Joblib, but I have outgrown the ability to run my job on the laptop. I need to kick it over to a small 'cluster'. PiCloud is really cool, and I'd recommend anyone check it out who does ...
5
votes
1answer
644 views

binning data in python with scipy/numpy

is there a more efficient way to take an average of an array in prespecified bins? for example, i have an array of numbers and an array corresponding to bin start and end positions in that array, and ...
5
votes
4answers
553 views

Large plot: ~20 million samples, gigabytes of data

I have got a problem (with my RAM) here: it's not able to hold the data I want to plot. I do have sufficient HD space. Is there any solution to avoid that "shadowing" of my data-set? Concretely I ...
5
votes
1answer
722 views

Armadillo vs. Blitz++

I am starting a new scientific-computing project in C++ and since a lot of numerically extensive procedures are included, I am considering to use some either Armadillo or Blitz++ for effective ...
5
votes
4answers
329 views

Need suggestions: (Re)Starting with C++ (for scientific computing)

I have a fair hang of programming in various languages. I have been implementing my codes for research using MATLAB (during the past few months) and for the first time really noticed the difference in ...
5
votes
1answer
399 views

Help with symplectic integrators

I'm trying to develop a physics simulation and I want to implement a fourth-order symplectic integration method. The problem is that I must be getting the math wrong, since my simulation is not ...
5
votes
3answers
432 views

What's the best way to process an image in clojure?

As part of a python simulation I have I take a 2d array and take the gradient of this array. This is done in scipy/numpy by convolving the 2d array with a filter with the appropriate weights. So ...
5
votes
1answer
179 views

Library support for very high dynamic range TIFF files?

I work with satellite radar, and have been provided with a (very) large TIFF file containing 32 bpp greyscale data. Unfortunately, libtiff, the standard Linux library for working with TIFF files, ...
5
votes
12answers
970 views

Interview test for applied scientific computing job [closed]

Do you know a good and objective question/test to examine applicants for a scientific computing job? (In fact, this test comes after the candidate passed an interview.) 1st) They need to be ...

1 2 3 4