I am working on a problem that is similar to the one discussed in this link. But in my case $X_i \sim \mathcal{N}(1, \sigma^2)$, i.e., $X_i$ is not a zero-mean Gaussian RV. Specifically, I want to find the distribution of $Z = \frac{\left(\sum_{i=1}^L X_i\right)^2} {L \sum_{i=1}^L X_i^2}$, where $L$ in my case is 11. I found the numerator is $\sim$ $\chi_1^{'^2}(L)$ and the denominator is $\sim$ $\chi_L^{'^2}(\frac{L}{\sigma^2})$; where $\chi_k^{'^2}(\lambda)$ denotes the non-central chi-square distribution. I am unable to proceed beyond this point. monte-carlo simulation of the R.V. Z results in the following CDF plot: 
As seen from the simulation, the value of the RV will lie between 0 and 1. The value that Z takes in my problem is a threshold between 0 and 1. Knowing the distribution (a closed-form equation) will help me determine other parameters like detection, false alarm, miss-detection probability etc.
Can someone kindly help how I can proceed. Is there a closed-form solution when $X_i$ is a non-zero mean Gaussian r.v.. Thanks.
