Rank: 30 based on 924 downloads (last 30 days) and 59 files submitted
photo

Giuseppe Cardillo

E-mail
Company/University
MeriGen Research
Lat/Long
40.86195755004883, 14.21667289733887

Personal Profile:

I'm a biochemist with a PhD in Biotechnologies

Professional Interests:
Biochemestry and Molecular Biology

 

Watch this Author's files

 

Files Posted by Giuseppe View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
26 Apr 2013 Screenshot CODIS Combined DNA Index System: a GUI tool for forensic paternity lawsuit Author: Giuseppe Cardillo gui, biotech 33 2
03 Apr 2013 Screenshot Four parameters logistic regression - There and back again Fit data points with a four points logistic regression or interpolate data. Author: Giuseppe Cardillo statistics, chemistry, pharmaceutical, physics, medical, earth science 29 4
  • 4.5
4.5 | 2 ratings
03 Jan 2013 Screenshot Superformula generator 2d generator of superformula plot Author: Giuseppe Cardillo 2d, plot, gielis, superformula, example, xy 14 3
  • 5.0
5.0 | 1 rating
06 Dec 2012 Screenshot Wilcoxon test non parametric Wilcoxon test for two paired samples Author: Giuseppe Cardillo statistics, probability, paired samples, parametric, wilcoxon 25 24
  • 3.5
3.5 | 2 ratings
25 Sep 2012 Screenshot ROC curve compute a ROC curve Author: Giuseppe Cardillo receiver operating ch..., roc, statistics, probability, curve, by definition 227 40
  • 4.05882
4.1 | 21 ratings
Comments and Ratings by Giuseppe View all
Updated File Comments Rating
07 May 2013 Clinical Test Performance The test calculate the performance of a clinical test based on the Bayes theorem Author: Giuseppe Cardillo

Noam, the message you get is from a previous version of roc.m routine and not from partest.m. When you have a test, using roc curve analysis you can choose a cut-off point (the point above/below which the test is positive) to obtain the max sensitivity or the max specificity or the max cost effective or the max efficiency or the max positive predictive value...and this choosing depends on your specific problem. Actually, I erased partest invoking from roc to simplify the code.

Anyway, Partest asks whether you want to input the true prevalence of a disease or not. Partest uses the Bayes'es Theorem and the true prevalence is needed to correctly apply it

07 May 2013 Five parameters logistic regression - There and back again Fit data points with a five points logistic regression or interpolate data. Author: Giuseppe Cardillo

this is not true!
if you look well at code:

slope=(y(end)-y(1))/(x(end)-x(1));

and so slope can be positive or negative.

Moreover, in the starting points vector:

st_=[min(y) sign(slope) x(Idx) max(y) 1];

sign(slope) is -1 or +1.

So your comment is completely wrong!

29 Apr 2013 ROC curve compute a ROC curve Author: Giuseppe Cardillo

As I previously wrote, the main paper you have to read is Hanley JA, McNeil BJ. The Meaning and Use of the Area under a Receiver Operating Characteristic (ROC) Curve. Radiology. 1982 Apr;143(1):29-36.
Now I think it is quite impossible to find a paper describing each bayesian parameter, so you could email me in private and I could try to help you.

Adding a costant will not affect results.

12 Apr 2013 Holm-Sidak t-test Holm-Sidak t-test for multiple comparisons Author: Giuseppe Cardillo

I don't agree. If you are so able to write a script, it would not to be so difficult to write 1 line of code to obtain an output struct. You can modify my script as you want: it is open source.

11 Apr 2013 CODIS Combined DNA Index System: a GUI tool for forensic paternity lawsuit Author: Giuseppe Cardillo

simply do this:
1) in Matlab enter into the directory where you installed CODIS (use the window into the left side)
2) type "CODISpwd=pwd; save CODISpwd.mat CODISpwd; clear CODISpwd"
3) that'all. Anyway I will modify the software.

Comments and Ratings on Giuseppe's Files View all
Updated File Comment by Comments Rating
07 May 2013 Clinical Test Performance The test calculate the performance of a clinical test based on the Bayes theorem Author: Giuseppe Cardillo Cardillo, Giuseppe

Noam, the message you get is from a previous version of roc.m routine and not from partest.m. When you have a test, using roc curve analysis you can choose a cut-off point (the point above/below which the test is positive) to obtain the max sensitivity or the max specificity or the max cost effective or the max efficiency or the max positive predictive value...and this choosing depends on your specific problem. Actually, I erased partest invoking from roc to simplify the code.

Anyway, Partest asks whether you want to input the true prevalence of a disease or not. Partest uses the Bayes'es Theorem and the true prevalence is needed to correctly apply it

07 May 2013 Five parameters logistic regression - There and back again Fit data points with a five points logistic regression or interpolate data. Author: Giuseppe Cardillo Cardillo, Giuseppe

this is not true!
if you look well at code:

slope=(y(end)-y(1))/(x(end)-x(1));

and so slope can be positive or negative.

Moreover, in the starting points vector:

st_=[min(y) sign(slope) x(Idx) max(y) 1];

sign(slope) is -1 or +1.

So your comment is completely wrong!

05 May 2013 Five parameters logistic regression - There and back again Fit data points with a five points logistic regression or interpolate data. Author: Giuseppe Cardillo precuneus

The code mostly assumes a positive slope (e.g. the automatic selection of starting values).

05 May 2013 Clinical Test Performance The test calculate the performance of a clinical test based on the Bayes theorem Author: Giuseppe Cardillo Noam

Thanks for the code.

I looked at the source and didn't find an explanation for the "Choose cut-off to compute performance" message. What does it mean? and what values are relevant?

And one more question: I run partest within a loop and now I need to press enter every time the cut-off message appears. How can set it to run for the same value everytime it runs?

04 May 2013 Holm-Sidak t-test Holm-Sidak t-test for multiple comparisons Author: Giuseppe Cardillo Grievous, Right

Yes it is possible but quite incovenient, I'll have to look through this script to find the correct variables to output.

My point is simply that this script doesn't seem quite finished, the variables are there they are just not being output at the moment...

I thank you for the script, but I can't understand why it doesn't output the info everyone will clearly want.

Top Tags Applied by Giuseppe
statistics, probability, biotech, pharmaceutical, chemistry
Files Tagged by Giuseppe View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
26 Apr 2013 Screenshot CODIS Combined DNA Index System: a GUI tool for forensic paternity lawsuit Author: Giuseppe Cardillo gui, biotech 33 2
03 Apr 2013 Screenshot Four parameters logistic regression - There and back again Fit data points with a four points logistic regression or interpolate data. Author: Giuseppe Cardillo statistics, chemistry, pharmaceutical, physics, medical, earth science 29 4
  • 4.5
4.5 | 2 ratings
03 Jan 2013 Screenshot Superformula generator 2d generator of superformula plot Author: Giuseppe Cardillo 2d, plot, gielis, superformula, example, xy 14 3
  • 5.0
5.0 | 1 rating
06 Dec 2012 Screenshot Wilcoxon test non parametric Wilcoxon test for two paired samples Author: Giuseppe Cardillo statistics, probability, paired samples, parametric, wilcoxon 25 24
  • 3.5
3.5 | 2 ratings
25 Sep 2012 Screenshot ROC curve compute a ROC curve Author: Giuseppe Cardillo receiver operating ch..., roc, statistics, probability, curve, by definition 227 40
  • 4.05882
4.1 | 21 ratings

Contact us