If f(t) represents the probability density of failure rate, then how it it possible that f(t) will follow exponential distribution whereas the failure rate is constant?
You have confused the distribuion of waiting time and the failure rate.
Let f(t) denote the probability density of time T to failure, i.e. the probability of failure in the interval [t, t+dt] is f(t)*dt. Let F denote the distribution function, i.e. F(t)=P(T
Thanks for your answer. Actually, the question should be does failure function represents the probability density function of failure rate? I cannot edit the question right now.
your problem concerns the relationship between Poisson distribution and exponential distribution - namely:
If the random variable X represents the number of errors (system failures) in a given time period and has the Poisson distribution, then the intervals between every two consecutive errors have the exponential distribution.
For example, see Wikipedia:
If for every t > 0 the number of arrivals in the time interval [0, t] follows the Poisson distribution with mean value λt, then the sequence of inter-arrival times are independent and identically distributed exponential random variables having mean 1/λ.