Click here to Skip to main content
16,012,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to modify the height of the header in ListCtrl? Pin
try8820-Jul-05 16:40
try8820-Jul-05 16:40 
GeneralCustom Controls in VC++ .NET Pin
Freddie Code20-Jul-05 13:59
Freddie Code20-Jul-05 13:59 
GeneralRe: Custom Controls in VC++ .NET Pin
Christian Graus20-Jul-05 14:21
protectorChristian Graus20-Jul-05 14:21 
GeneralRe: Custom Controls in VC++ .NET Pin
Rick York20-Jul-05 18:14
mveRick York20-Jul-05 18:14 
GeneralTroubles during the creation of a dll Pin
Sunsawe20-Jul-05 12:35
Sunsawe20-Jul-05 12:35 
GeneralRe: Troubles during the creation of a dll Pin
racenjason20-Jul-05 12:44
professionalracenjason20-Jul-05 12:44 
GeneralRe: Troubles during the creation of a dll Pin
Sunsawe20-Jul-05 22:51
Sunsawe20-Jul-05 22:51 
Generalstudent's distribution probability function Pin
racenjason20-Jul-05 12:23
professionalracenjason20-Jul-05 12:23 
Does anyone know the "student's distribution probability function"? I have found several examples online but they are not easily interpreted to C++ source code (actually they are impossible to interpret...at least the ones I have found so far). I basically need to have a function that I pass in the degrees of freedom and the significance level and have it return the significant probability level such that I can compare it to results I have and determine if my results are indeed significant or not. (This function appears to compute a point on a Gaussian curve where anything in the middle is considered insignificant and anything outside is considered significant.)

You can find tons of precalculate charts for this, but not the actual formula. So for example: Say I have calculated the correlation coefficient for a vector of size 10 and I want to determine if my results are significant for a 0.05 (i.e. 95% or greater) significance level (which according to the tables would be 0.55 or greater). So I need a function that would be:

0.55 [Significant Probability Level] = ProbabilityFunction(10 [degrees of freedom], 0.05 [Significance Level]);

I realize this is probably not the normal types of questions people here post/answer...but for anyone wanting a challenge (or happens to already have this source code) and would be nice enough to reply...I would greatly appreciate their efforts. Thanks!!
Generalc2146 error missing ";" before identifier HwndMSWheel Pin
PapermillBill20-Jul-05 10:02
PapermillBill20-Jul-05 10:02 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
Michael Dunn20-Jul-05 10:35
sitebuilderMichael Dunn20-Jul-05 10:35 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
PapermillBill20-Jul-05 10:51
PapermillBill20-Jul-05 10:51 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
BlackDice20-Jul-05 11:16
BlackDice20-Jul-05 11:16 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
Christian Graus20-Jul-05 12:05
protectorChristian Graus20-Jul-05 12:05 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
David Crow21-Jul-05 2:53
David Crow21-Jul-05 2:53 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
PapermillBill21-Jul-05 8:23
PapermillBill21-Jul-05 8:23 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
Christian Graus20-Jul-05 12:06
protectorChristian Graus20-Jul-05 12:06 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
PapermillBill21-Jul-05 8:32
PapermillBill21-Jul-05 8:32 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
Christian Graus21-Jul-05 13:31
protectorChristian Graus21-Jul-05 13:31 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
PapermillBill22-Jul-05 3:55
PapermillBill22-Jul-05 3:55 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
Christian Graus22-Jul-05 11:54
protectorChristian Graus22-Jul-05 11:54 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
PapermillBill25-Jul-05 3:02
PapermillBill25-Jul-05 3:02 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
Christian Graus25-Jul-05 13:51
protectorChristian Graus25-Jul-05 13:51 
GeneralModeless dialog error Pin
TEOlivier20-Jul-05 9:47
TEOlivier20-Jul-05 9:47 
GeneralRe: Modeless dialog error Pin
David Crow20-Jul-05 10:22
David Crow20-Jul-05 10:22 
GeneralRe: Modeless dialog error Pin
wicked_guy20-Jul-05 22:27
wicked_guy20-Jul-05 22:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.