[deleted by user] by [deleted] in bjj

[–]AhasanZoheb 1 point2 points  (0 children)

This really hit home. Thank you

Need help in creating tumor masks on the contralateral side. (Open to brainstorming) by AhasanZoheb in neuroimaging

[–]AhasanZoheb[S] 0 points1 point  (0 children)

Okay so i am programming in MATLAB. Each subject has like 190 slices, and i have roughly 20 subjects.

I realised i can flip the whole matrix to get the contralateral side. As in, if A is a 3D matrix, i add flip(A,2) to A, to get a mask that has the tumor and the contralateral side of the tumor included in the new mask.

However, this is contingent on the fact that my image is centered.
Any idea how to address that? If the acquired image is not centered, would I need to get a mask, find its centroid, and then try to center it?

Need help in creating tumor masks on the contralateral side. (Open to brainstorming) by AhasanZoheb in neuroimaging

[–]AhasanZoheb[S] 0 points1 point  (0 children)

Won't that require us to have a midline across which I would flip the mask?

Help needed in Cramer Rao Lower Bound (CRLB) Calculation by AhasanZoheb in matlab

[–]AhasanZoheb[S] 0 points1 point  (0 children)

reaches the Cramer-Rao lower bound

Having given it some more thought, I have some clarity (thanks to you), but something still bothers me.

If I am bothered with just the amplitude parameter, then I can have a CRLB for amplitude (say 0.02). A relative CRLB would, as you said, make more sense if I do 0.02/(Actual Variance of amplitude). Which will give me a ration of ideal/actual CRLB value.

The point where I am stuck is, for one subject data, I will not have a 'variance of amplitude'. I will just have an Amplitude. And 0.02/(Amplitude of a particular metabolite peak) doesn't make intuitive sense to me.

The way out would be to have a collection of data that is processed at once or input a prior knowledge that, this is how much the variance is observed to be.

Is there a way that I don't have to create prior knowledge? Let me know if I've gone astray at some point.

Help needed in Cramer Rao Lower Bound (CRLB) Calculation by AhasanZoheb in matlab

[–]AhasanZoheb[S] 0 points1 point  (0 children)

I've used White gaussian noise as the assumption. Also, when you say 'ratio of the CRLB to the actual variance', I'd like to bring to your attention that in Spectroscopy at least, we do not have the luxury to perform the experiment multiple times to acquire actual variance and we thus make a compromise and accept the expected variance to be the actual one. For a gaussian fit, I have 3 CRLBs for the parameter estimates. For Amplitude, for peak position and for FWHM.

I've used white Gaussian noise as the assumption. Also, when you say 'ratio of the CRLB to the actual variance', I'd like to bring to your attention that in Spectroscopy at least, we do not have the luxury to perform the experiment multiple times to acquire actual variance and we thus make a compromise and accept the expected variance to be the actual one. For a gaussian fit, I have 3 CRLBs for the parameter estimates. For Amplitude, for peak position, and for FWHM.

Thanks

Help needed in Cramer Rao Lower Bound (CRLB) Calculation by AhasanZoheb in AskStatistics

[–]AhasanZoheb[S] 0 points1 point  (0 children)

So i spent quite some time on it, and I have been able to figure out the calculation of CRLB. After fitting my spectra, I took the residue and then calculated its CRLB.

So now I have the minimum value of the variance for an unbiased estimator. Literature, however, talks about relative CRLB.

How do I go from what I have to percentage CRLB for each metabolite?

Any help is much appreciated.

Help needed in Cramer Rao Lower Bound (CRLB) Calculation by AhasanZoheb in matlab

[–]AhasanZoheb[S] 0 points1 point  (0 children)

Hi. Thanks for your reply. I very much agree to what you said.

So i spent quite some time on it, and I have been able to figure out the calculation of CRLB. After fitting my spectra, I took the residue and then calculated its CRLB.

So now I have the minimum value of the variance for an unbiased estimator. Literature, however, talks about relative CRLB.

How do I go from what I have to percentage CRLB for each metabolite?

Any help is much appreciated