hi ,
i tried several time but unable to get write code . plz help me.... Here is my problem
I want a program in c language using file handling concept that read the input from the p.txt file where actual effort and estimated error is written of five projects like
Project ID actual effort (AE) estimated effort (EE)
A 2580 1507
B 3045 1325
C 3693 1661
D 1205 1072
E 3501 3231
Calculate the value of MRE and MER for each individual project and using obtained value of MMRE and MMER calculate the MMRE, MMER, MSE, MMSE and PRED(x) for each value of x like x= 15,20,55,60 using the formulas given below-
MRE = (AE - EE)/AE , where AE-EE is within mode
MER = (AE-EE)/EE , where AE-EE is within mode
Remaining formulas are written in the attached file
PRED (x): PRED (x) is the percentage of projects for which estimated value falls within x %.
Where, n = total number of projects
x = selected range of maximum MMRE
k = number projects in a set of n projects whose MMRE <= x
plz anybody reply asap ..i need it urgently
i tried several time but unable to get write code . plz help me.... Here is my problem
I want a program in c language using file handling concept that read the input from the p.txt file where actual effort and estimated error is written of five projects like
Project ID actual effort (AE) estimated effort (EE)
A 2580 1507
B 3045 1325
C 3693 1661
D 1205 1072
E 3501 3231
Calculate the value of MRE and MER for each individual project and using obtained value of MMRE and MMER calculate the MMRE, MMER, MSE, MMSE and PRED(x) for each value of x like x= 15,20,55,60 using the formulas given below-
MRE = (AE - EE)/AE , where AE-EE is within mode
MER = (AE-EE)/EE , where AE-EE is within mode
Remaining formulas are written in the attached file
PRED (x): PRED (x) is the percentage of projects for which estimated value falls within x %.
Where, n = total number of projects
x = selected range of maximum MMRE
k = number projects in a set of n projects whose MMRE <= x
plz anybody reply asap ..i need it urgently
Attachments
Last edited by a moderator: