I have a data set which list the number of letters posted on 11 Mar = 12,36,345.
These letter got delivered to people over next 25 days following a normal distribution.
How can i generate a distribution which lists the number of letter delivered over 25 days - 11 March, 12 March, ..... , 3 April, 4 April.
<tbody>
</tbody>
I've also asked the same question at: Convert Uniform data to normal distribution
These letter got delivered to people over next 25 days following a normal distribution.
How can i generate a distribution which lists the number of letter delivered over 25 days - 11 March, 12 March, ..... , 3 April, 4 April.
Date | Letters Delivered |
11 Mar | |
12 Mar | |
13 Mar | |
14 Mar | |
15 Mar | |
16 Mar | |
17 Mar | |
18 Mar | |
19 Mar | |
20 Mar | |
21 Mar | |
22 Mar | |
23 Mar | |
24 Mar | |
25 Mar | |
26 Mar | |
27 Mar | |
28 Mar | |
29 Mar | |
30 Mar | |
31 Mar | |
1 Apr | |
2 Apr | |
3 Apr | |
4 Apr | |
Total letters delivered | 12,36,345 |
<tbody>
</tbody>
I've also asked the same question at: Convert Uniform data to normal distribution
Last edited: