<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=31.33.159.210</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=31.33.159.210"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/31.33.159.210"/>
	<updated>2026-05-02T02:47:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Landau_quantization&amp;diff=14658</id>
		<title>Landau quantization</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Landau_quantization&amp;diff=14658"/>
		<updated>2014-01-03T16:52:03Z</updated>

		<summary type="html">&lt;p&gt;31.33.159.210: /* Derivation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Probability distribution&lt;br /&gt;
  | name       =&lt;br /&gt;
  | type       = density&lt;br /&gt;
  | pdf_image  = [[Image:Folded normal pdf.svg|350px|Probability density function for the folded-normal distribution]]&amp;lt;br&amp;gt;&amp;lt;math&amp;gt;\mu=1,\sigma=1&amp;lt;/math&amp;gt;&lt;br /&gt;
  | cdf_image  = [[Image:Folded normal cdf.svg|350px|Cumulative distribution function for the normal distribution]]&amp;lt;br&amp;gt;&amp;lt;math&amp;gt;\mu=1,\sigma=1&amp;lt;/math&amp;gt;&lt;br /&gt;
  | notation   = &lt;br /&gt;
  | parameters = {{nowrap|&#039;&#039;μ&#039;&#039; ∈ &#039;&#039;&#039;R&#039;&#039;&#039;}} — ([[location parameter|location]])&amp;lt;br /&amp;gt;{{nowrap|&#039;&#039;σ&#039;&#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; &amp;gt; 0}} — ([[scale parameter|scale]])&lt;br /&gt;
  | support    = {{nowrap|&#039;&#039;x&#039;&#039; ∈ [0,&amp;lt;math&amp;gt;\infty&amp;lt;/math&amp;gt;)}} &lt;br /&gt;
  | pdf        = (see article)&lt;br /&gt;
  | cdf        = (see article)&lt;br /&gt;
  | mean       = (see article)&lt;br /&gt;
  | median     = &lt;br /&gt;
  | mode       = &lt;br /&gt;
  | variance   = (see article)&lt;br /&gt;
  | skewness   = &lt;br /&gt;
  | kurtosis   = &amp;lt;!-- DO NOT REPLACE THIS WITH THE OLD-STYLE KURTOSIS --&amp;gt;&lt;br /&gt;
  | entropy    = &lt;br /&gt;
  | mgf        = &lt;br /&gt;
  | char       = &lt;br /&gt;
  | fisher     = &lt;br /&gt;
  }}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;folded normal distribution&#039;&#039;&#039; is a [[probability distribution]] related to the [[normal distribution]]. Given a normally distributed random variable X with [[mean]] μ and [[variance]] σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, the [[random variable]] &#039;&#039;Y&#039;&#039; = |&#039;&#039;X&#039;&#039;| has a folded normal distribution.  Such a case may be encountered if only the magnitude of some variable is recorded, but not its sign. The distribution is called Folded because probability mass to the left of the &#039;&#039;x&#039;&#039; = 0 is &amp;quot;folded&amp;quot; over by taking the [[absolute value]].&lt;br /&gt;
&lt;br /&gt;
The [[probability density function]] (PDF) is given by&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;f(x;\mu,\sigma)=&lt;br /&gt;
\frac{1}{\sigma\sqrt{2\pi}} \, \exp \left( -\frac{(-x-\mu)^2}{2\sigma^2} \right)&lt;br /&gt;
+ \frac{1}{\sigma\sqrt{2\pi}} \, \exp \left( -\frac{(x-\mu)^2}{2\sigma^2} \right)\qquad(x \ge 0\,)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The [[cumulative distribution function]] (CDF) is given by&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F_Y(y; \mu, \sigma) = \int_0^y \frac{1}{\sigma\sqrt{2\pi}} \, \exp \left( -\frac{(-x-\mu)^2}{2\sigma^2} \right)\, dx&lt;br /&gt;
+ \int_0^{y} \frac{1}{\sigma\sqrt{2\pi}} \, \exp \left( -\frac{(x-\mu)^2}{2\sigma^2} \right)\, dx.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using the change-of-variables z = (&#039;&#039;x&#039;&#039;&amp;amp;nbsp;&amp;amp;minus;&amp;amp;nbsp;μ)/σ, the CDF can be written as&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F_Y(y; \mu, \sigma) = \int_{-\mu/\sigma}^{(y-\mu)/\sigma} \frac{1}{\sqrt{2\pi}} \, \exp \left(-\frac{1}{2}\left(z + \frac{2\mu}{\sigma}\right)^2\right) dz&lt;br /&gt;
+ \int_{-\mu/\sigma}^{(y-\mu)/\sigma} \frac{1}{\sqrt{2\pi}} \, \exp \left( -\frac{z^2}{2} \right) dz.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, using the change of variables &amp;lt;math&amp;gt;z = -(x+\mu)/\sqrt{2}\sigma&amp;lt;/math&amp;gt; in the first integral and &amp;lt;math&amp;gt;z = (x-\mu)/\sqrt{2}\sigma&amp;lt;/math&amp;gt; in the second integral, one can show that&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;F_Y(y; \mu, \sigma) = \frac{1}{2}\left[ \mbox{erf}\left(\frac{y+\mu}{\sqrt{2}\sigma}\right) + \mbox{erf}\left(\frac{y-\mu}{\sqrt{2}\sigma}\right)\right],&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
where erf(x) is the [[error function]], which is a standard function in many mathematical software packages. This expression reduces to the CDF of the half-normal distribution when μ = 0.&lt;br /&gt;
&lt;br /&gt;
The expectation is then given by&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;E(y) = \sigma \sqrt{2/\pi} \exp(-\mu^2/2\sigma^2) + \mu\left[1-2\Phi(-\mu/\sigma)\right],&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where Φ(•) denotes the cumulative distribution function of a standard normal distribution.&lt;br /&gt;
&lt;br /&gt;
The variance is given by&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\operatorname{Var}(y) = \mu^2 + \sigma^2 - \left\{ \sigma \sqrt{2/\pi} \exp(-\mu^2/2\sigma^2) + \mu\left[1-2\Phi(-\mu/\sigma)\right] \right\}^2. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both the mean, μ, and the variance, σ&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;, of &#039;&#039;X&#039;&#039; can be seen as the location and scale parameters of the new distribution.&lt;br /&gt;
&lt;br /&gt;
== Related distributions ==&lt;br /&gt;
* When μ = 0, the distribution of &#039;&#039;Y&#039;&#039; is a [[half-normal distribution]].&lt;br /&gt;
* &amp;lt;math&amp;gt;(Y/\sigma)^2&amp;lt;/math&amp;gt; has a [[noncentral chi-squared distribution]] with 1 degree of freedom and noncentrality equal to &amp;lt;math&amp;gt; (\mu/\sigma )^2&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Folded cumulative distribution]]&lt;br /&gt;
&lt;br /&gt;
== References==&lt;br /&gt;
&lt;br /&gt;
* {{cite journal | author=Leone FC, Nottingham RB, Nelson LS | year = 1961&lt;br /&gt;
 | title = The Folded Normal Distribution&lt;br /&gt;
 | journal = Technometrics | volume = 3 | issue = 4 | pages = 543–550&lt;br /&gt;
 | doi = 10.2307/1266560 | jstor=1266560 | publisher=Technometrics, Vol. 3, No. 4&lt;br /&gt;
}}&lt;br /&gt;
* {{cite journal | author=Johnson NL | year = 1962&lt;br /&gt;
 | title = The folded normal distribution: accuracy of the estimation by maximum likelihood&lt;br /&gt;
 | journal = Technometrics | volume = 4 | issue = 2 | pages = 249–256&lt;br /&gt;
 | doi = 10.2307/1266622 | jstor=1266622 | publisher=Technometrics, Vol. 4, No. 2&lt;br /&gt;
}}&lt;br /&gt;
* {{cite journal | author=Nelson LS | year = 1980&lt;br /&gt;
 | title = The Folded Normal Distribution&lt;br /&gt;
 | journal = J Qual Technol | volume = 12 | issue = 4 | pages = 236–238&lt;br /&gt;
 | doi = &lt;br /&gt;
}}&lt;br /&gt;
* {{cite journal | author=Elandt RC | year = 1961&lt;br /&gt;
 | title = The folded normal distribution: two methods of estimating parameters from moments&lt;br /&gt;
 | journal = Technometrics | volume = 3 | issue = 4 | pages = 551–562&lt;br /&gt;
 | doi = 10.2307/1266561 | jstor=1266561 | publisher=Technometrics, Vol. 3, No. 4&lt;br /&gt;
}}&lt;br /&gt;
* {{cite journal | author=Lin PC | year = 2005&lt;br /&gt;
 | title = Application of the generalized folded-normal distribution to the process capability measures&lt;br /&gt;
 | journal = Int J Adv Manuf Technol | volume = 26 | pages = 825–830&lt;br /&gt;
 | doi = 10.1007/s00170-003-2043-x | issue=7–8&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{ProbDistributions|continuous-semi-infinite}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Probability distributions]]&lt;br /&gt;
[[Category:Continuous distributions]]&lt;br /&gt;
[[Category:Normal distribution]]&lt;/div&gt;</summary>
		<author><name>31.33.159.210</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=S-matrix&amp;diff=232768</id>
		<title>S-matrix</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=S-matrix&amp;diff=232768"/>
		<updated>2012-07-26T12:50:41Z</updated>

		<summary type="html">&lt;p&gt;31.33.159.210: /* Use of S-matrices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is actually a a strategy and conjointly battle activation where the person must manage your be the owner of tribe and also protect it from punctures. You have to build constructions which will definately provide protection for all your soldiers along with usually the instruction. First concentrate on your protection in addition to after its recently long been taken treatment.  If you have any issues with regards to where by and how to use [http://prometeu.net clash of clans hack download no survey], you can speak to us at our own web page. You will need to move forward by means of the criminal offense strategy. As well as  Military facilities, you likewise need to keep in go the way your group is certainly going. For instance, collecting tactics as well as escalating your own tribe could be the key to good results.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Returning to conclude, clash of clans hack tool no record must not be allowed to get in the way of the bigger question: what makes we beneath? Putting this particular in reserve its of great importance. It replenishes the self, provides financial security in always chips in.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Here is the ideal place the place you can uncover a incredibly helpful and ample clash of clans secrets and cheats hack tool. By using a single click on on the button, you can have a wonderful time in this Facebook/cell amusement and certainly not use up the suggestions you call for. Underneath is a down load button for you to get Clash of Clans chop now. In seconds, you will get essential items and never have you stress over gems to coins all over as soon.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Seen the evaluations and see those trailers before buying a relevant video game. Ensure it is one thing you are thinking about before you get it. These video games aren&#039;t low-cost, and also you won&#039;t get nearly as abundant cash whenever you sector inside a [http://Www.Squidoo.com/search/results?q=employed+video employed video] gaming which you have few utilized several times.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Make sure you may not let computer games take over your existence. Game titles can be quite additive, therefore you have to make totally sure you [http://www.alexa.com/search?q=moderate&amp;amp;r=topsites_index&amp;amp;p=bigtop moderate] the moment that you investing activity such games. Merchandise in your articles invest an excessive volume time playing video game, your actual life have the ability to begin to falter.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;All of this construction is what translates to that you can be a part of the right clan, however it likewise houses reinforcement troops. Click a button into ask your clan as a way to send you some troops, and they are going to be out usually there to make use off in assaults, or to finally defend your base when it comes to you while you&#039;re found on your weekly LARPing category. Upgrading this putting together permits extra troops to positively be stored for a good defense. You may are in need of 20 available slots for get a dragon. This is a good base for players trying to shield trophies as well as , never worried about companies. Players will look up it hard to mop out your city hallway. Most will resolve for the easy make and take out your favorite assets.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;State that are not really cheats, they are excuses. The odds are good that unless you include dating a certain exec golfer or a are insane star along the means by which this is not gonna happen to you. In John 4:23 and 24 Jesus tells usa we are to praise God &amp;quot;in spirit and in truth. Once entered, the Ruzzle cheat can show a list with the possible words that can be created. Using a PSP Board game Emulator is a easy way to hack your PSP and open  new worlds of active. s these university students played Internet poker and other casino game titles simply for fun.&lt;/div&gt;</summary>
		<author><name>31.33.159.210</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Bloch_oscillations&amp;diff=254998</id>
		<title>Bloch oscillations</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Bloch_oscillations&amp;diff=254998"/>
		<updated>2012-07-25T06:40:17Z</updated>

		<summary type="html">&lt;p&gt;31.33.159.210: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Alyson is the name people use to contact me and I think it seems quite great when you say it. She works as a travel agent but soon she&#039;ll be on her own. My spouse and I reside in Kentucky. One of the things she loves most is canoeing and she&#039;s been performing it for quite a while.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Also visit my page [http://gcjcteam.org/index.php?mid=etc_video&amp;amp;document_srl=696611&amp;amp;sort_index=regdate&amp;amp;order_type=desc best psychic readings]&lt;/div&gt;</summary>
		<author><name>31.33.159.210</name></author>
	</entry>
</feed>