answersLogoWhite

0


Best Answer

The question is rather ... short. You are probably referring to the Regular Exponential Class (REC). A density function is said to be a member of REC if it can be decomposed as follows (LaTeX code, since I don't know how to write this stuff here):

f(x;s)=c(s)h(x)exp[\sum_{j=1}^{k} q_j(s) t_j(x)] for x \in A and zero otherwise. Here, s is a vector of k unknown parameters (s_1, ... , s_k). Moreover, the following conditions need to be satisfied: the parameter space needs to be compact (i.e. for all i, we have fore each parameter that a_i \leq s_i \leq b_i, for a_i and b_i constants, where also infinity is allowed), also, the set A over which the density is strictly positive should not depend on the parameters s, the functions q_j should be non trivial, functionally independent, and continuous functions of the parameter, and the last condition is that the derivatives t'_j(x) are linearly independent continuous functions of x over A (with a similar condition existing for discrete random variables).

Why we care about REC? Various reasons: e.g. we can then immediately derive a set of complete and sufficient statistics, or construct uniformly most powerful tests for one-sided hypothesis testing.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Exponential class of probability density functions?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Statistics
Related questions

Could someone help me with this simple probability density problem for my stats class?

otf


What is the exponential form for 96?

if you were paying attention in class you knew the answer


What functions get executed when you inherit from a class with the same functions name?

In general, the child class's functions will be used in place of the parent.


The space in which electrons are likely to be found is called the?

It is called the electron cloud, the volume in which electrons are most likely to be found. This area is given by Schrodinger's wave equation, which defines psi, the wave function, which squared (psi2) is the probability density. Thus, high probability density equates high electron density. so get over it!


How do you find the probability of a percent?

Go to math class!


What is the functions of file class?

file class contain methods or functions that handle various file stream operations.


How you declare class scoped variables and member functions?

To scope class members to the class (rather than to instances of the class), declare them as static members of the class. Static members are accessible even when no instances of the class exist. As such, static member functions do not have access to a 'this' pointer, unlike ordinary (nonstatic) member functions.


How can you access private functions of a class from the Main function in Cpp?

Any member functions and data members declared as 'private' in a class, can only be accessed directly by functions within the class.They cannot be accessed directly by derived objects, nor from anywhere outside an object of the class, such as from the Main function.To access private class members, you must rely on what are called accessor functions. Accessor functions are functions inside the class, either public or protected, which automatically have access to private members.If a function from Main, or elsewhere outside the class hierarchy, needs access, then you need to use publicaccessor functions. For derived class access, you can use protected accessor functions.


How is working of a member function different from a friend function and a non-member function?

With respect to a given class, all functions can be split into four categories: 1. Member functions. 2. Static member functions. 3. Friend functions. 4. Non-member functions. All class member functions have the following three properties with respect to the class in which they are declared a member: 1. Private access to the class representation. 2. Scoped to the class. 3. Invoked through an instance of the class (has a 'this' pointer). Static member functions have the first two properties only. Friend functions have the first property only. Non-member functions have none of these properties.


What is the difference between a probability and a fraction?

The probability is always a fraction except when it is 0 or 1. If a probability = 1 then it will definitely happen. If the probability is 0 then it will not happen. If you toss a fair coin the probability of heads is 1/2, and the probability of tails is 1/2. These fractions are representations of the probabilities. Not all fractions are representative of probabilities. Fractions can be used to represent a portion of a whole. Like what portion of a class is boys, and what portion is girls: If there are 8 boys and 7 girls, then the 8/15 of the class is boys, and 7/15 of the class is girls.


What are the default functions for class?

method


There are 10 boys and 12 girls in a class if one student is selected at random from the class what is the probability it is a girl?

The probability is the number of girls divided by the number of students, so 12/22, or 6/11