Perform the Probability Cumulative Density Analysis on t-Distribution in R Programming - pt() Function
pt() function in R Language is used to return the probability cumulative density of the Student t-distribution. Syntax: pt(x, df) Parameters: x: Random variable df: Degree of Freedom Example 1: Python3 1== # R Program to perform # Cumulative Density Analysis # Calling pt() Function pt(2, 10) pt(.542