Closed lalit-pathak closed 1 year ago
Hi! In the context of FIM, fixing a parameter means removing its row/column from the matrix. The fiducial value is just the injected value of the parameter for each event (which you insert in the events dictionary and then pass to the FisherMatr method, that is correct).
Thanks, @FrancescoIacovelli.
In the above function, we fix the parameter to project a higher-dimensional fisher matrix onto a lower-dimensional fisher matrix. In the first line of this function, it says, "Fix one or multiple parameters to their fiducial values in the Fisher matrix". What are these fiducial values? Are these values the same as the ones we provide while defining the "myLVNet.FisherMatr" object?
Thanks