I need to use fitdistrplus but I have problem with distinguishing when it is discrete and when continuous distribution. Suppose I have
X = {1, 2, 3, 4, 1, 2, 5} # discrete distribution
Y = {1.23, 1.55, 6.45, 3.33, 4.56, 3.33} # continuos distribution
How do we "tell" fitdistrplus what distribution it is, how do we calculate its parameters after?