Short IT recipes

i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...

Sunday, April 29, 2007

Coefficient of variation

›
The coefficient of variation is a dimensionless number that allows comparison of the variation of populations that have significantly differ...

P-value and t-critical values in Matlab and Octave

›
If one use to calculate t-critical and P-values using t statistis, those functins in Matlab/Octave do it: t_critical= tinv(1-alpha/2,n-2);...
Friday, April 27, 2007

Latex: Miktex (Windows) and TexShop (Mac X) and tetex (Linux)

›
Latex is great tool for writing scientific texts. You just write and do not worry about sorting references, formatting them, changing numera...
Wednesday, April 18, 2007

Matlab 2007a for Intel Mac. Finally!

›
Finally, after more than one year of waiting for Matlab with support of Intel Macs there it is - Matlab 2007a (7.4.0.287). It supports also...
Sunday, April 15, 2007

Matlab and hash tables

›
Unfortunately, Matlab does not have hash table functionality by itself. However, Matlab is based on Java, and provides programing interface ...
Wednesday, April 11, 2007

Warning: Problems in UIW_SetUpGLPrinting

›
This error I had in Matlab. In fact it is only warning, but when you save image using e.g. print function your figure is just black. I had ...
Monday, April 09, 2007

Inter-observer, Intra-observer, observer bias variability

›
Those terms are commonly used in image processing e.g. comparing reproductivity of given segmentation method. Their meaning is as fallow: In...
Sunday, March 25, 2007

Matlab and huge matrix execution time

›
Recently I was working with huge, really huge 3D matrixes in Matlab for example take matrix A=ones(64,64,50100) . It is huge matrix of...
Wednesday, March 21, 2007

Directional evaluation of fractal dimension using Power Spectrum Method

›
Power spectrum algorithm, based on J. Russ book [1] divided 2D power spectrum of an imput image into 'slices' which represent direc...
Sunday, February 11, 2007

SPSS+Python: First script

›
The below scripts reads Excel file. Than the python program pairs variables, that will be compared using paired t-test. GET DATA /TYPE=XLS...
‹
›
Home
View web version
Powered by Blogger.