Select from following answers:- Cumulative_Distribution = (R)/(N) where R => The row whose rank needs to be found, N => Total number of rows or records.
- Cumulative_Distribution = (N)/(R) where R => The row whose rank needs to be found, N => Total number of rows or records.
- Cumulative_Distribution = (R+1)/(N+1) where R => The row whose rank needs to be found, N => Total number of rows or records.
- Cumulative_Distribution = (R+1)/(N) where R => The row whose rank needs to be found, N => Total number of rows or records.
- All Above
Formula:
Cumulative_Distribution = (R)/(N)
Where,
R => The row whose rank needs to be found
N => Total number of rows or records.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator