Restricted sumset: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
 
add link to total degree, as this term is undefined.
Line 1: Line 1:
Wilber Berryhill is what his wife loves to call him and he totally enjoys this name. My working day occupation is an invoicing officer but I've currently utilized for another 1. For a while I've been in Mississippi but now I'm contemplating other options. It's not a typical thing but what I like doing is to climb but I don't have the time lately.<br><br>Feel free to visit my website; [http://kjhkkb.net/xe/notice/374835 psychic phone]
The '''sequential probability ratio test''' (SPRT) is a specific [[Sequential analysis|sequential hypothesis test]], developed by [[Abraham Wald]].<ref>{{cite journal
|first=Abraham
|last=Wald
|title=Sequential Tests of Statistical Hypotheses
|journal=Annals of Mathematical Statistics
|volume=16
|issue=2
|date=June 1945
|pages=117–186
|doi=10.1214/aoms/1177731118
|year=1945
|jstor=2235829
}}</ref> [[Neyman-Pearson lemma|Neyman and Pearson's 1933 result]] inspired Wald to reformulate it as a sequential analysis problem. The Neyman-Pearson lemma, by contrast, offers a [[rule of thumb]] for when all the data is collected (and its likelihood ratio known).
 
While originally developed for use in [[quality control]] studies in the realm of manufacturing, SPRT has been formulated for use in the computerized testing of human examinees as a termination criterion.<ref>Ferguson, Richard L. (1969). [http://eric.ed.gov/ERICWebPortal/custom/portlets/recordDetails/detailmini.jsp?_nfpb=true&_&ERICExtSearch_SearchValue_0=ED034406&ERICExtSearch_SearchType_0=no&accno=ED034406 The development, implementation, and evaluation of a computer-assisted branched test for a program of individually prescribed instruction].  Unpublished doctoral dissertation, University of Pittsburgh.</ref><ref>Reckase, M. D. (1983). A procedure for decision making using tailored testing. In D. J. Weiss (Ed.), New horizons in testing: Latent trait theory and computerized adaptive testing (pp. 237-254). New York: Academic Press.</ref><ref name=Eggen1999>{{cite journal
| author = Eggen, T. J. H. M.
| year = 1999
| title = Item Selection in Adaptive Testing with the Sequential Probability Ratio Test
| journal = Applied Psychological Measurement
| volume = 23
| issue = 3
| pages = 249–261
| doi = 10.1177/01466219922031365
}}</ref>
 
==Theory==
As in classical [[hypothesis testing]], SPRT starts with a pair of hypotheses, say <math>H_0</math> and <math>H_1</math> for the [[null hypothesis]] and [[alternative hypothesis]] respectively. They must be specified as follows:
 
:<math>H_0: p=p_0</math>
:<math>H_1: p=p_1</math>
 
The next step is calculate the cumulative sum of the log-[[likelihood-ratio test|likelihood ratio]], <math>\log \Lambda_i</math>, as new data arrive:
 
:<math>S_i=S_{i-1}+ \log \Lambda_i </math>
 
The [[stopping rule]] is a simple thresholding scheme:
 
* <math>a < S_i < b</math>: continue monitoring (''critical inequality'')
* <math>S_i \geq b</math>: Accept <math>H_1</math>
* <math>S_i \leq a</math>: Accept <math>H_0</math>
 
where a and b (<math>0<a<b<\infty</math>) depend on the desired [[type I and type II errors]], <math>\alpha</math> and <math>\beta</math>. They may be chosen as follows:
 
<math>a \approx \log \frac{ \beta }{1-\alpha}</math> and <math>b \approx \log \frac{1-\beta}{\alpha}</math>
 
In other words, <math>\alpha</math> and <math>\beta</math> must be decided beforehand in order to set the thresholds appropriately. The numerical value will depend on the application. The reason for using  approximation signs is that, in the discrete case, the signal may cross the threshold between samples. Thus, depending on the penalty of making an error and the [[sampling frequency]], one might set the thresholds more aggressively. Of course, the exact bounds may be used in the continuous case.
 
==Example==
A textbook example is [[parameter estimation]] of a [[probability distribution function]]. Let us consider the [[exponential distribution]]:
 
:<math>f_\theta(x)=\theta^{-1}\exp\left(-x/\theta\right), x,\theta>0</math>
 
The hypotheses are simply <math>H_0: \theta=\theta_0</math> and <math>H_1: \theta=\theta_1</math>, with <math>\theta_1>\theta_0</math>. Then the log-likelihood function (LLF) for one sample is
 
:<math>\begin{align}
\log \Lambda(x)&=\log \left[ \frac{\theta_1^{-1}\exp\left(-x/\theta_1\right)}{\theta_0^{-1}\exp\left(-x/\theta_0\right)} \right] \\
&=\log \left[ \frac{\theta_0}{\theta_1} \exp \left(x/\theta_0 - x/\theta_1 \right) \right] \\
&=\frac{\theta_1-\theta_0}{\theta_0 \theta_1} x - \log \frac{\theta_1}{\theta_0}
\end{align}</math>
 
The cumulative sum of the LLFs for all x is
 
:<math>S_n=\sum_{i=1}^n \log \Lambda(x_i)=\frac{\theta_1-\theta_0}{\theta_0 \theta_1} \sum_{i=1}^n x_i - n \log \frac{\theta_1}{\theta_0}</math>
 
Accordingly, the stopping rule is
:<math>a<\frac{\theta_1-\theta_0}{\theta_0 \theta_1} \sum_{i=1}^n x_i - n \log \frac{\theta_1}{\theta_0}<b</math>
 
After re-arranging we finally find
:<math>a+n \log \frac{\theta_1}{\theta_0} < \frac{\theta_1-\theta_0}{\theta_0 \theta_1} \sum_{i=1}^n x_i < b+n \log \frac{\theta_1}{\theta_0}</math>
 
The thresholds are simply two [[parallel lines]] with [[slope]] <math>\log ( \theta_1/\theta_0 )</math>. Sampling should stop when the sum of the samples makes an excursion outside the ''continue-sampling region''.
 
==Applications==
 
===Manufacturing===
The test is done on the proportion metric, and tests that a variable ''p'' is equal to one of two desired points, ''p<sub>1</sub>'' or ''p<sub>2</sub>''.  The region between these two points is known as the ''indifference region'' (IR).  For example, suppose you are performing a quality control study on a factory lot of widgets.  Management would like the lot to have 3% or less defective widgets, but 1% or less is the ideal lot that would pass with flying colors.  In this example, ''p<sub>1</sub> = 0.01'' and ''p<sub>2</sub> = 0.03'' and the region between them is the IR because management considers these lots to be marginal and is OK with them being classified either way.  Widgets would be sampled one at a time from the lot (sequential analysis) until the test determines, within an acceptable error level, that the lot is ideal or should be rejected.
 
===Testing of human examinees===
The SPRT is currently the predominant method of classifying examinees in a variable-length [[computerized classification test]] (CCT).  The two parameters are ''p<sub>1</sub>'' and ''p<sub>2</sub>'' are specified by determining a cutscore (threshold) for examinees on the proportion correct metric, and selecting a point above and below that cutscore. For instance, suppose the cutscore is set at 70% for a test.  We could select ''p<sub>1</sub> = 0.65'' and ''p<sub>2</sub> = 0.75'' . The test then evaluates the likelihood that an examinee's true score on that metric is equal to one of those two points.  If the examinee is determined to be at 75%, they pass, and they fail if they are determined to be at 65%.
 
These points are not specified completely arbitrarily.  A cutscore should always be set with a legally defensible method, such as a [[Standard-setting study#Item-centered_studies|modified Angoff procedure]].  Again, the indifference region represents the region of scores that the test designer is OK with going either way (pass or fail).  The upper parameter ''p<sub>2</sub>'' is conceptually the highest level that the test designer is willing to accept for a Fail (because everyone below it has a good chance of failing), and the lower parameter ''p<sub>1</sub>'' is the lowest level that the test designer is willing to accept for a pass (because everyone above it has a decent chance of passing). While this definition may seem to be a relatively small burden, consider the [[high-stakes testing|high-stakes case of a licensing test]] for medical doctors: at just what point should we consider somebody to be at one of these two levels?
 
While the SPRT was first applied to testing in the days of [[classical test theory]], as is applied in the previous paragraph, Reckase (1983) suggested that [[item response theory]] be used to determine the ''p<sub>1</sub>'' and ''p<sub>2</sub>'' parameters.  The cutscore and indifference region are defined on the latent ability (theta) metric, and translated onto the proportion metric for computation.  Research on CCT since then has applied this methodology for several reasons:
 
#Large item banks tend to be calibrated with IRT
#This allows more accurate specification of the parameters
#By using the item response function for each item, the parameters are easily allowed to vary between items.
 
===Detection of anomalous medical outcomes===
[[David Spiegelhalter|Spiegelhalter]] et al. <ref>[http://intqhc.oxfordjournals.org/content/15/1/7.full.pdf Risk-adjusted sequential probability ratio tests: application to Bristol, Shipman and adult cardiac surgery Spiegelhalter, D. et al ''Int J Qual Health Care'' vol 15 7-13 (2003)]</ref> have shown that SPRT can be used to monitor the performance of doctors, surgeons and other medical practitioners in such a way as to give early warning of potentially anomalous results. In their 2003 paper, they showed how it could have helped identify [[Harold Shipman]] as a murderer well before he was actually identified.
 
==See also==
*[[CUSUM]]
*[[Computerized classification test]]
*[[Wald test]]
*[[Likelihood-ratio test]]
 
==References==
<references/>
Holger Wilker: ''Sequential-Statistik in der Praxis'', BoD, Norderstedt 2012, ISBN 978-3848232529.
 
[[Category:Statistical tests]]
[[Category:Psychometrics]]
[[Category:Sequential methods]]

Revision as of 18:50, 24 September 2013

The sequential probability ratio test (SPRT) is a specific sequential hypothesis test, developed by Abraham Wald.[1] Neyman and Pearson's 1933 result inspired Wald to reformulate it as a sequential analysis problem. The Neyman-Pearson lemma, by contrast, offers a rule of thumb for when all the data is collected (and its likelihood ratio known).

While originally developed for use in quality control studies in the realm of manufacturing, SPRT has been formulated for use in the computerized testing of human examinees as a termination criterion.[2][3][4]

Theory

As in classical hypothesis testing, SPRT starts with a pair of hypotheses, say and for the null hypothesis and alternative hypothesis respectively. They must be specified as follows:

The next step is calculate the cumulative sum of the log-likelihood ratio, , as new data arrive:

The stopping rule is a simple thresholding scheme:

where a and b () depend on the desired type I and type II errors, and . They may be chosen as follows:

and

In other words, and must be decided beforehand in order to set the thresholds appropriately. The numerical value will depend on the application. The reason for using approximation signs is that, in the discrete case, the signal may cross the threshold between samples. Thus, depending on the penalty of making an error and the sampling frequency, one might set the thresholds more aggressively. Of course, the exact bounds may be used in the continuous case.

Example

A textbook example is parameter estimation of a probability distribution function. Let us consider the exponential distribution:

The hypotheses are simply and , with . Then the log-likelihood function (LLF) for one sample is

The cumulative sum of the LLFs for all x is

Accordingly, the stopping rule is

After re-arranging we finally find

The thresholds are simply two parallel lines with slope . Sampling should stop when the sum of the samples makes an excursion outside the continue-sampling region.

Applications

Manufacturing

The test is done on the proportion metric, and tests that a variable p is equal to one of two desired points, p1 or p2. The region between these two points is known as the indifference region (IR). For example, suppose you are performing a quality control study on a factory lot of widgets. Management would like the lot to have 3% or less defective widgets, but 1% or less is the ideal lot that would pass with flying colors. In this example, p1 = 0.01 and p2 = 0.03 and the region between them is the IR because management considers these lots to be marginal and is OK with them being classified either way. Widgets would be sampled one at a time from the lot (sequential analysis) until the test determines, within an acceptable error level, that the lot is ideal or should be rejected.

Testing of human examinees

The SPRT is currently the predominant method of classifying examinees in a variable-length computerized classification test (CCT). The two parameters are p1 and p2 are specified by determining a cutscore (threshold) for examinees on the proportion correct metric, and selecting a point above and below that cutscore. For instance, suppose the cutscore is set at 70% for a test. We could select p1 = 0.65 and p2 = 0.75 . The test then evaluates the likelihood that an examinee's true score on that metric is equal to one of those two points. If the examinee is determined to be at 75%, they pass, and they fail if they are determined to be at 65%.

These points are not specified completely arbitrarily. A cutscore should always be set with a legally defensible method, such as a modified Angoff procedure. Again, the indifference region represents the region of scores that the test designer is OK with going either way (pass or fail). The upper parameter p2 is conceptually the highest level that the test designer is willing to accept for a Fail (because everyone below it has a good chance of failing), and the lower parameter p1 is the lowest level that the test designer is willing to accept for a pass (because everyone above it has a decent chance of passing). While this definition may seem to be a relatively small burden, consider the high-stakes case of a licensing test for medical doctors: at just what point should we consider somebody to be at one of these two levels?

While the SPRT was first applied to testing in the days of classical test theory, as is applied in the previous paragraph, Reckase (1983) suggested that item response theory be used to determine the p1 and p2 parameters. The cutscore and indifference region are defined on the latent ability (theta) metric, and translated onto the proportion metric for computation. Research on CCT since then has applied this methodology for several reasons:

  1. Large item banks tend to be calibrated with IRT
  2. This allows more accurate specification of the parameters
  3. By using the item response function for each item, the parameters are easily allowed to vary between items.

Detection of anomalous medical outcomes

Spiegelhalter et al. [5] have shown that SPRT can be used to monitor the performance of doctors, surgeons and other medical practitioners in such a way as to give early warning of potentially anomalous results. In their 2003 paper, they showed how it could have helped identify Harold Shipman as a murderer well before he was actually identified.

See also

References

  1. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  2. Ferguson, Richard L. (1969). The development, implementation, and evaluation of a computer-assisted branched test for a program of individually prescribed instruction. Unpublished doctoral dissertation, University of Pittsburgh.
  3. Reckase, M. D. (1983). A procedure for decision making using tailored testing. In D. J. Weiss (Ed.), New horizons in testing: Latent trait theory and computerized adaptive testing (pp. 237-254). New York: Academic Press.
  4. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  5. Risk-adjusted sequential probability ratio tests: application to Bristol, Shipman and adult cardiac surgery Spiegelhalter, D. et al Int J Qual Health Care vol 15 7-13 (2003)

Holger Wilker: Sequential-Statistik in der Praxis, BoD, Norderstedt 2012, ISBN 978-3848232529.