Skip to Main Content
Statistical Computing in Nuclear Imaging
book

Statistical Computing in Nuclear Imaging

by Arkadiusz Sitek
December 2014
Intermediate to advanced content levelIntermediate to advanced
275 pages
9h 12m
English
CRC Press
Content preview from Statistical Computing in Nuclear Imaging
F
C++ OE code for STS
class STS
{
public:
// voxel number (I)
static const int VOX = 3;
// detector elements (K)
static const int DE = 3;
enum PRIORTYPE {FLAT=0, GAMMA, JEFFREYS, ENTROPY};
// These are statistical functions used / code is not provided
ArekStat *stat;
private:
PRIORTYPE prior;
// prior parameters for gamma prior
double g1[VOX],g2[VOX];
// prior parameter for entropy prior
double beta;
// lookups
// Size if equal to number of counts
// detector bin in which count was detected
int *lookupBins;
// voxel in which the origin is located
int *lookupVoxels;
// data
int g[DE];
// Number of events emitted and detected per voxel
int c[VOX];
// Number of event emitted ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Industrial Statistics with Minitab

Industrial Statistics with Minitab

Pere Grima Cintas, Lluis Marco Almagro, Xavier Tort-Martorell Llabres
Learning Bayesian Models with R

Learning Bayesian Models with R

Hari Manassery Koduvely

Publisher Resources

ISBN: 9781439849347