<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=182.74.116.150</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=182.74.116.150"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/182.74.116.150"/>
	<updated>2026-08-24T23:54:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Single-ended_primary-inductor_converter&amp;diff=15125</id>
		<title>Single-ended primary-inductor converter</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Single-ended_primary-inductor_converter&amp;diff=15125"/>
		<updated>2014-01-23T05:20:42Z</updated>

		<summary type="html">&lt;p&gt;182.74.116.150: /* Circuit operation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Refimprove|date=September 2009}}&lt;br /&gt;
&lt;br /&gt;
In [[statistics]], a &#039;&#039;&#039;truncated distribution&#039;&#039;&#039; is a [[conditional distribution]] that results from restricting the domain of some other [[probability distribution]]. Truncated distributions arise in practical statistics in cases where the ability to record, or even to know about, occurrences is limited to values which lie above or below a given threshold or within a specified range. For example, if the dates of birth of children in a school are examined, these would typically be subject to truncation relative to those of all children in the area given that the school accepts only children in a given age range on a specific date. There would be no information about how many children in the locality had dates of birth before or after the school&#039;s cutoff dates if only a direct approach to the school were used to obtain information.&lt;br /&gt;
&lt;br /&gt;
Where sampling is such as to retain knowledge of items that fall outside the required range, without recording the actual values, this is known as [[Censoring (statistics)|censoring]], as opposed to the [[Truncation (statistics)|truncation]] here.&amp;lt;ref&amp;gt;Dodge, Y. (2003) &#039;&#039;The Oxford Dictionary of Statistical Terms&#039;&#039;. OUP. ISBN 0-19-020613-9 {{Please check ISBN|reason=Check digit (9) does not correspond to calculated figure.}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
{{Probability distribution|&lt;br /&gt;
  name       =Truncated Distribution|&lt;br /&gt;
  type       =density|&lt;br /&gt;
  | pdf_image  = [[File:tnormPDF.png|300px|thumbnail|right|Probability density function for the truncated normal distribution for different sets of parameters. In all cases, &#039;&#039;a&#039;&#039; = −10 and &#039;&#039;b&#039;&#039; = 10. For the black: &#039;&#039;μ&#039;&#039; = −8, &#039;&#039;σ&#039;&#039; = 2; blue: &#039;&#039;μ&#039;&#039; = 0, &#039;&#039;σ&#039;&#039; = 2; red: &#039;&#039;μ&#039;&#039; = 9, &#039;&#039;σ&#039;&#039; = 10; orange: &#039;&#039;μ&#039;&#039; = 0, &#039;&#039;σ&#039;&#039; = 10.]] |&lt;br /&gt;
  |&lt;br /&gt;
  support    =&amp;lt;math&amp;gt;x \in (a,b]&amp;lt;/math&amp;gt;|&lt;br /&gt;
  pdf        =&amp;lt;math&amp;gt;\frac{g(x)}{F(b)-F(a)} &amp;lt;/math&amp;gt;|&lt;br /&gt;
  cdf        =&amp;lt;math&amp;gt;\frac{\int_a^xg(t)dt}{F(b)-F(a)} &amp;lt;/math&amp;gt;|&lt;br /&gt;
  mean       =&amp;lt;math&amp;gt;\frac{\int_a^b x g(x) dx}{F(b)-F(a)} &amp;lt;/math&amp;gt;|&lt;br /&gt;
  median     =|&lt;br /&gt;
  mode       =|&lt;br /&gt;
  variance   =|&lt;br /&gt;
  skewness   =|&lt;br /&gt;
  kurtosis   =|&lt;br /&gt;
  entropy    =|&lt;br /&gt;
  mgf        =|&lt;br /&gt;
  char       =|&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The following discussion is in terms of a random variable having a [[continuous distribution]] although the same ideas apply to [[discrete distribution]]s. Similarly, the discussion assumes that truncation is to a semi-open interval &#039;&#039;y&#039;&#039; ∈ (&#039;&#039;a,b&#039;&#039;] but other possibilities can be handled straightforwardly. &lt;br /&gt;
&lt;br /&gt;
Suppose we have a random variable, &amp;lt;math&amp;gt; X &amp;lt;/math&amp;gt; that is distributed according to some probability density function, &amp;lt;math&amp;gt; f(x) &amp;lt;/math&amp;gt;, with cumulative distribution function &amp;lt;math&amp;gt; F(x) &amp;lt;/math&amp;gt; both of which have infinite [[Support (mathematics)|support]].  Suppose we wish to know the probability density of the random variable after restricting the support to be between two constants so that the support,  &amp;lt;math&amp;gt; y = (a,b] &amp;lt;/math&amp;gt;.  That is to say, suppose we wish to know how &amp;lt;math&amp;gt; X &amp;lt;/math&amp;gt; is distributed given &amp;lt;math&amp;gt; a &amp;lt; X \leq b &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(x|a &amp;lt; X \leq b) = \frac{g(x)}{F(b)-F(a)} = Tr(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g(x) = f(x)&amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt; a &amp;lt;x \leq b &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; g(x) = 0 &amp;lt;/math&amp;gt; everywhere else.  Notice that &amp;lt;math&amp;gt;Tr(x)&amp;lt;/math&amp;gt; has the same support as  &amp;lt;math&amp;gt;g(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
There is, unfortunately, an ambiguity about the term Truncated Distribution. When one refers to a truncated distribution one could be referring to &amp;lt;math&amp;gt; g(x) &amp;lt;/math&amp;gt; where one has removed the parts from the distribution &amp;lt;math&amp;gt; f(x) &amp;lt;/math&amp;gt; but not scaled up the distribution, or one could be referring to the &amp;lt;math&amp;gt; Tr(x)&amp;lt;/math&amp;gt;.  In general, &amp;lt;math&amp;gt; g(x) &amp;lt;/math&amp;gt; is not a probability density function since it does not integrate to one, whereas &amp;lt;math&amp;gt; Tr(x)&amp;lt;/math&amp;gt; is a probability density function.  In this article, a truncated distribution refers to &amp;lt;math&amp;gt; Tr(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice that in fact &amp;lt;math&amp;gt;f(x|a &amp;lt; X \leq b)&amp;lt;/math&amp;gt; is a distribution:&lt;br /&gt;
:&amp;lt;math&amp;gt;\int_{a}^{b} f(x|a &amp;lt; X \leq b)dx = \frac{1}{F(b)-F(a)} \int_{a}^{b} g(x) dx = 1 &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Truncated distributions need not have parts removed from the top and bottom. A truncated distribution where just the bottom of the distribution has been removed is as follows:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(x|X&amp;gt;y) = \frac{g(x)}{1-F(y)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g(x) = f(x)&amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt; y &amp;lt; x &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; g(x) = 0 &amp;lt;/math&amp;gt; everywhere else, and &amp;lt;math&amp;gt;F(x)&amp;lt;/math&amp;gt; is the [[cumulative distribution function]].&lt;br /&gt;
&lt;br /&gt;
A truncated distribution where the top of the distribution has been removed is as follows:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(x|X \leq y) = \frac{g(x)}{F(y)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g(x) = f(x)&amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt; x \leq y &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; g(x) = 0 &amp;lt;/math&amp;gt; everywhere else, and &amp;lt;math&amp;gt;F(x)&amp;lt;/math&amp;gt; is the [[cumulative distribution function]].&lt;br /&gt;
&lt;br /&gt;
== Expectation of truncated random variable ==&lt;br /&gt;
Suppose we wish to find the expected value of a random variable distributed according to the density &amp;lt;math&amp;gt; f(x) &amp;lt;/math&amp;gt; and a cumulative distribution of &amp;lt;math&amp;gt; F(x) &amp;lt;/math&amp;gt; given that the random variable, &amp;lt;math&amp;gt; X &amp;lt;/math&amp;gt;, is greater than some known value &amp;lt;math&amp;gt; y &amp;lt;/math&amp;gt;. The expectation of a truncated random variable is thus:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; E(X|X&amp;gt;y) = \frac{\int_y^\infty x g(x) dx}{1 - F(y)} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where again &amp;lt;math&amp;gt; g(x) &amp;lt;/math&amp;gt; is &amp;lt;math&amp;gt;g(x) = f(x)&amp;lt;/math&amp;gt; for all &amp;lt;math&amp;gt; y &amp;lt; x &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; g(x) = 0 &amp;lt;/math&amp;gt; everywhere else.&lt;br /&gt;
&lt;br /&gt;
Letting &amp;lt;math&amp;gt; a &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; b &amp;lt;/math&amp;gt; be the lower and upper limits respectively of support for &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt; (i.e. the original density) properties of &amp;lt;math&amp;gt; E(u(X)|X&amp;gt;y) &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;u(X)&amp;lt;/math&amp;gt; is some continuous function of &amp;lt;math&amp;gt; X &amp;lt;/math&amp;gt; with a continuous derivative and where &amp;lt;math&amp;gt; f(x) &amp;lt;/math&amp;gt; is assumed continuous include:&lt;br /&gt;
&lt;br /&gt;
(i)  &amp;lt;math&amp;gt; \lim_{y \to a} E(u(X)|X&amp;gt;y) = E(u(X)) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(ii)  &amp;lt;math&amp;gt; \lim_{y \to b} E(u(X)|X&amp;gt;y) = u(b) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(iii)  &amp;lt;math&amp;gt; \frac{\partial}{\partial y}[E(u(X)|X&amp;gt;y)] = \frac{f(y)}{1-F(y)}[E(u(X)|X&amp;gt;y) - u(y)] &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(iv)  &amp;lt;math&amp;gt; \lim_{y \to a}\frac{\partial}{\partial y}[E(u(X)|X&amp;gt;y)] = f(a)[E(u(X)) - u(a)] &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(v)  &amp;lt;math&amp;gt; \lim_{y \to b}\frac{\partial}{\partial y}[E(u(X)|X&amp;gt;y)] = \frac{1}{2}u&#039;(b) &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Provided that the limits exist, that is: &amp;lt;math&amp;gt; \lim_{y \to c} u&#039;(y) = u&#039;(c) &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt; \lim_{y \to c} u(y) = u(c) &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\lim_{y \to c} f(y) = f(c) &amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt; c &amp;lt;/math&amp;gt; represents either &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt; b&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
The [[truncated normal distribution]] is an important example.&amp;lt;ref&amp;gt; Johnson, N.L., Kotz, S., Balakrishnan, N. (1994) &#039;&#039;Continuous Univariate Distributions, Volume 1&#039;&#039;, Wiley. ISBN 0-471-58495-9 (Section 10.1)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[Tobit model]] employs truncated distributions.&lt;br /&gt;
&lt;br /&gt;
== Random truncation ==&lt;br /&gt;
Suppose we have the following set up: a truncation value, &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;, is selected at random from a density, &amp;lt;math&amp;gt;g(t)&amp;lt;/math&amp;gt;, but this value is not observed.  Then a value, &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;, is selected at random from the truncated distribution, &amp;lt;math&amp;gt;f(x|t)=Tr(x)&amp;lt;/math&amp;gt;.  Suppose we observe &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; and wish to update our belief about the density of &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; given the observation.&lt;br /&gt;
&lt;br /&gt;
First, by definition: &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(x)=\int_{x}^{\infty} f(x|t)g(t)dt &amp;lt;/math&amp;gt;, and&lt;br /&gt;
:&amp;lt;math&amp;gt;F(a)=\int_{-\infty}^a \left[\int_{x}^{\infty} f(x|t)g(t)dt \right]dx .&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Notice that &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; must be greater than &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;, hence when we integrate over &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;, we set a lower bound of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. The functions &amp;lt;math&amp;gt;f(x)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;F(x)&amp;lt;/math&amp;gt; are the unconditional density and unconditional cumulative distribution function, respectively.&lt;br /&gt;
&lt;br /&gt;
By [[Bayes&#039; rule]],&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;g(t|x)= \frac{f(x|t)g(t)}{f(x)} ,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which expands to&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;g(t|x) = \frac{f(x|t)g(t)}{\int_{x}^{\infty} f(x|t)g(t)dt} .&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Two uniform distributions (example) ===&lt;br /&gt;
Suppose we know that &#039;&#039;t&#039;&#039; is uniformly distributed from [0,&#039;&#039;T&#039;&#039;] and &#039;&#039;x&#039;&#039;|&#039;&#039;t&#039;&#039; is distributed uniformly on [0,&#039;&#039;t&#039;&#039;].  Let &#039;&#039;g&#039;&#039;(&#039;&#039;t&#039;&#039;) and &#039;&#039;f&#039;&#039;(&#039;&#039;x&#039;&#039;|&#039;&#039;t&#039;&#039;) be the densities that describe &#039;&#039;t&#039;&#039; and &#039;&#039;x&#039;&#039; respectively.  Suppose we observe a value of &#039;&#039;x&#039;&#039; and wish to know the distribution of &#039;&#039;t&#039;&#039; given that value of &#039;&#039;x&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;g(t|x) =\frac{f(x|t)g(t)}{f(x)} = \frac{1}{t(\ln(T) - \ln(x))} \quad \text{for all } t &amp;gt; x .&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
*[[Truncated mean]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Theory of probability distributions]]&lt;br /&gt;
[[Category:Types of probability distributions]]&lt;/div&gt;</summary>
		<author><name>182.74.116.150</name></author>
	</entry>
</feed>