Problem 2. Starry Night (\#ParameterEstimation) It is a dark, clear night. A man sits inside his house and gazes at the stars through a square window. This is what he sees. What is the size of the window? Assumptions: - You cannot see the edge of the window since it is completely dark except for the stars outside. - The window is perfectly square. - The stars are points in the sky (they have negligible radius). - The stars are distributed randomly, uniformly, and independently in the night sky. Guidelines: - The size (width and height) of the window is s and the center of the window is at (x,y). You need to infer the value of s but you should also think about how x and y play a role. - You need to provide a distribution for s. A point estimate is not enough. Data: The coordinates of the stars are given below. Your estimate for s must be in the same coordinate system as the data. [[5.079, 1.493], [4.341, 1.657], [4.777, 1.811], [4.717, 1.280], [4.484, 1.936], [4.995, 1.444], [4.924, 1.922], [4.530, 1.720], [4.774, 1.525], [4.658, 2.049], [4.302, 1.439], [4.341, 1.971], [4.348,1.919]]