Different texts (and even different parts of this article) adopt slightly different definitions for the negative binomial distribution. They can be distinguished by whether the support starts at k = 0 or at k = r, whether p denotes the probability of a success or of a failure, and whether r represents success or failure,[1] so identifying the specific parametrization used is crucial in any given text.
Probability mass function
The orange line represents the mean, which is equal to 10 in each of these plots; the green line shows the standard deviation.
r > 0 — number of successes until the experiment is stopped (integer, but the definition can also be extended to reals) p ∈ [0,1] — success probability in each experiment (real)
In probability theory and statistics, the negative binomial distribution is a discrete probability distribution that models the number of failures in a sequence of independent and identically distributed Bernoulli trials before a specified (non-random) number of successes (denoted ) occurs.[2] For example, we can define rolling a 6 on some dice as a success, and rolling any other number as a failure, and ask how many failure rolls will occur before we see the third success (). In such a case, the probability distribution of the number of failures that appear will be a negative binomial distribution.
An alternative formulation is to model the number of total trials (instead of the number of failures). In fact, for a specified (non-random) number of successes (r), the number of failures (n − r) is random because the number of total trials (n) is random. For example, we could use the negative binomial distribution to model the number of days n (random) a certain machine works (specified by r) before it breaks down.
The Pascal distribution (after Blaise Pascal) and Polya distribution (for George Pólya) are special cases of the negative binomial distribution. A convention among engineers, climatologists, and others is to use "negative binomial" or "Pascal" for the case of an integer-valued stopping-time parameter () and use "Polya" for the real-valued case.
For occurrences of associated discrete events, like tornado outbreaks, the Polya distributions can be used to give more accurate models than the Poisson distribution by allowing the mean and variance to be different, unlike the Poisson. The negative binomial distribution has a variance , with the distribution becoming identical to Poisson in the limit for a given mean (i.e. when the failures are increasingly rare). This can make the distribution a useful overdispersed alternative to the Poisson distribution, for example for a robust modification of Poisson regression. In epidemiology, it has been used to model disease transmission for infectious diseases where the likely number of onward infections may vary considerably from individual to individual and from setting to setting.[3] More generally, it may be appropriate where events have positively correlated occurrences causing a larger variance than if the occurrences were independent, due to a positive covariance term.
The term "negative binomial" is likely due to the fact that a certain binomial coefficient that appears in the formula for the probability mass function of the distribution can be written more simply with negative numbers.[4]
Definitions
Imagine a sequence of independent Bernoulli trials: each trial has two potential outcomes called "success" and "failure." In each trial the probability of success is and of failure is . We observe this sequence until a predefined number of successes occurs. Then the random number of observed failures, , follows the negative binomial (or Pascal) distribution:
There are k failures chosen from k + r − 1 trials rather than k + r because the last of the k + r trials is by definition a success.
This quantity can alternatively be written in the following manner, explaining the name "negative binomial":
Note that by the last expression and the binomial series, for every 0 ≤ p < 1 and ,
hence the terms of the probability mass function indeed add up to one as below.
To understand the above definition of the probability mass function, note that the probability for every specific sequence of r successes and k failures is pr(1 − p)k, because the outcomes of the k + r trials are supposed to happen independently. Since the rth success always comes last, it remains to choose the k trials with failures out of the remaining k + r − 1 trials. The above binomial coefficient, due to its combinatorial interpretation, gives precisely the number of all these sequences of length k + r − 1.
Some sources may define the negative binomial distribution slightly differently from the primary one here. The most common variations are where the random variable X is counting different things. These variations can be seen in the table here:
Each of the four definitions of the negative binomial distribution can be expressed in slightly different but equivalent ways. The first alternative formulation is simply an equivalent form of the binomial coefficient, that is: . The second alternate formulation somewhat simplifies the expression by recognizing that the total number of trials is simply the number of successes and failures, that is: . These second formulations may be more intuitive to understand, however they are perhaps less practical as they have more terms.
The definition where X is the number of ntrials that occur for a given number of rsuccesses is similar to the primary definition, except that the number of trials is given instead of the number of failures. This adds r to the value of the random variable, shifting its support and mean.
The definition where X is the number of ksuccesses (or ntrials) that occur for a given number of rfailures is similar to the primary definition used in this article, except that numbers of failures and successes are switched when considering what is being counted and what is given. Note however, that p still refers to the probability of "success".
The definition of the negative binomial distribution can be extended to the case where the parameter r can take on a positive real value. Although it is impossible to visualize a non-integer number of "failures", we can still formally define the distribution through its probability mass function. The problem of extending the definition to real-valued (positive) r boils down to extending the binomial coefficient to its real-valued counterpart, based on the gamma function:
After substituting this expression in the original definition, we say that X has a negative binomial (or Pólya) distribution if it has a probability mass function:
The variance can then be written as . Some authors prefer to set , and express the variance as . In this context, and depending on the author, either the parameter r or its reciprocal α is referred to as the "dispersion parameter", "shape parameter" or "clustering coefficient",[16] or the "heterogeneity"[15] or "aggregation" parameter.[10] The term "aggregation" is particularly used in ecology when describing counts of individual organisms. Decrease of the aggregation parameter r towards zero corresponds to increasing aggregation of the organisms; increase of r towards infinity corresponds to absence of aggregation, as can be described by Poisson regression.
Alternative parameterizations
Sometimes the distribution is parameterized in terms of its mean μ and variance σ2:
Another popular parameterization uses r and the failure oddsβ:
Pat Collis is required to sell candy bars to raise money for the 6th grade field trip. Pat is (somewhat harshly) not supposed to return home until five candy bars have been sold. So the child goes door to door, selling candy bars. At each house, there is a 0.6 probability of selling one candy bar and a 0.4 probability of selling nothing.
What's the probability of selling the last candy bar at thenth house?
Successfully selling candy enough times is what defines our stopping criterion (as opposed to failing to sell it), so k in this case represents the number of failures and r represents the number of successes. Recall that the NB(r, p) distribution describes the probability of k failures and r successes in k + r Bernoulli(p) trials with success on the last trial. Selling five candy bars means getting five successes. The number of trials (i.e. houses) this takes is therefore k + 5 = n. The random variable we are interested in is the number of houses, so we substitute k = n − 5 into a NB(5, 0.4) mass function and obtain the following mass function of the distribution of houses (for n ≥ 5):
What's the probability that Pat finishes on the tenth house?
What's the probability that Pat finishes on or before reaching the eighth house?
To finish on or before the eighth house, Pat must finish at the fifth, sixth, seventh, or eighth house. Sum those probabilities:
What's the probability that Pat exhausts all 30 houses that happen to stand in the neighborhood?
This can be expressed as the probability that Pat does not finish on the fifth through the thirtieth house:
Because of the rather high probability that Pat will sell to each house (60 percent), the probability of her not fulfilling her quest is vanishingly slim.
Properties
Expectation
The expected total number of trials needed to see r successes is . Thus, the expected number of failures would be this value, minus the successes:
Expectation of successes
The expected total number of failures in a negative binomial distribution with parameters (r, p) is r(1 − p)/p. To see this, imagine an experiment simulating the negative binomial is performed many times. That is, a set of trials is performed until r successes are obtained, then another set of trials, and then another etc. Write down the number of trials performed in each experiment: a, b, c, ... and set a + b + c + ... = N. Now we would expect about Np successes in total. Say the experiment was performed n times. Then there are nr successes in total. So we would expect nr = Np, so N/n = r/p. See that N/n is just the average number of trials per experiment. That is what we mean by "expectation". The average number of failures per experiment is N/n − r = r/p − r = r(1 − p)/p. This agrees with the mean given in the box on the right-hand side of this page.
A rigorous derivation can be done by representing the negative binomial distribution as the sum of waiting times. Let with the convention represents the number of failures observed before successes with the probability of success being . And let where represents the number of failures before seeing a success. We can think of as the waiting time (number of failures) between the th and th success. Thus
The mean is
which follows from the fact .
Variance
When counting the number of failures before the r-th success, the variance is r(1 − p)/p2.
When counting the number of successes before the r-th failure, as in alternative formulation (3) above, the variance is rp/(1 − p)2.
Relation to the binomial theorem
Suppose Y is a random variable with a binomial distribution with parameters n and p. Assume p + q = 1, with p, q ≥ 0, then
in which the upper bound of summation is infinite. In this case, the binomial coefficient
is defined when n is a real number, instead of just a positive integer. But in our case of the binomial distribution it is zero when k > n. We can then say, for example
Now suppose r > 0 and we use a negative exponent:
Then all of the terms are positive, and the term
is just the probability that the number of failures before the rth success is equal to k, provided r is an integer. (If r is a negative non-integer, so that the exponent is a positive non-integer, then some of the terms in the sum above are negative, so we do not have a probability distribution on the set of all nonnegative integers.)
Now we also allow non-integer values of r. Then we have a proper negative binomial distribution, which is a generalization of the Pascal distribution, which coincides with the Pascal distribution when r happens to be a positive integer.
Recall from above that
The sum of independent negative-binomially distributed random variables r1 and r2 with the same value for parameter p is negative-binomially distributed with the same p but with r-value r1 + r2.
This property persists when the definition is thus generalized, and affords a quick way to see that the negative binomial distribution is infinitely divisible.
Consider a sequence of negative binomial random variables where the stopping parameter r goes to infinity, while the probability p of success in each trial goes to one, in such a way as to keep the mean of the distribution (i.e. the expected number of failures) constant. Denoting this mean as λ, the parameter p will be p = r/(r + λ)
Under this parametrization the probability mass function will be
Now if we consider the limit as r → ∞, the second factor will converge to one, and the third to the exponent function:
which is the mass function of a Poisson-distributed random variable with expected value λ.
In other words, the alternatively parameterized negative binomial distribution converges to the Poisson distribution and r controls the deviation from the Poisson. This makes the negative binomial distribution suitable as a robust alternative to the Poisson, which approaches the Poisson for large r, but which has larger variance than the Poisson for small r.
Gamma–Poisson mixture
The negative binomial distribution also arises as a continuous mixture of Poisson distributions (i.e. a compound probability distribution) where the mixing distribution of the Poisson rate is a gamma distribution. That is, we can view the negative binomial as a Poisson(λ) distribution, where λ is itself a random variable, distributed as a gamma distribution with shape r and scale θ = (1 − p)/p or correspondingly rate β =p/(1 − p).
To display the intuition behind this statement, consider two independent Poisson processes, "Success" and "Failure", with intensities p and 1 − p. Together, the Success and Failure processes are equivalent to a single Poisson process of intensity 1, where an occurrence of the process is a success if a corresponding independent coin toss comes up heads with probability p; otherwise, it is a failure. If r is a counting number, the coin tosses show that the count of successes before the rth failure follows a negative binomial distribution with parameters r and p. The count is also, however, the count of the Success Poisson process at the random time T of the rth occurrence in the Failure Poisson process. The Success count follows a Poisson distribution with mean pT, where T is the waiting time for r occurrences in a Poisson process of intensity 1 − p, i.e., T is gamma-distributed with shape parameter r and intensity 1 − p. Thus, the negative binomial distribution is equivalent to a Poisson distribution with mean pT, where the random variate T is gamma-distributed with shape parameter r and intensity (1 − p). The preceding paragraph follows, because λ = pT is gamma-distributed with shape parameter r and intensity (1 − p)/p.
The following formal derivation (which does not depend on r being a counting number) confirms the intuition.
Because of this, the negative binomial distribution is also known as the gamma–Poisson (mixture) distribution. The negative binomial distribution was originally derived as a limiting case of the gamma-Poisson distribution.[19]
Distribution of a sum of geometrically distributed random variables
If Yr is a random variable following the negative binomial distribution with parameters r and p, and support {0, 1, 2, ...}, then Yr is a sum of rindependent variables following the geometric distribution (on {0, 1, 2, ...}) with parameter p. As a result of the central limit theorem, Yr (properly scaled and shifted) is therefore approximately normal for sufficiently large r.
Furthermore, if Bs+r is a random variable following the binomial distribution with parameters s + r and p, then
In this sense, the negative binomial distribution is the "inverse" of the binomial distribution.
The sum of independent negative-binomially distributed random variables r1 and r2 with the same value for parameter p is negative-binomially distributed with the same p but with r-value r1 + r2.
The negative binomial distribution is infinitely divisible, i.e., if Y has a negative binomial distribution, then for any positive integer n, there exist independent identically distributed random variables Y1, ..., Yn whose sum has the same distribution that Y has.
Let N be a random variable, independent of the sequence, and suppose that N has a Poisson distribution with mean λ = −r ln(1 − p). Then the random sum
is NB(r,p)-distributed. To prove this, we calculate the probability generating functionGX of X, which is the composition of the probability generating functions GN and GY1. Using
and
we obtain
which is the probability generating function of the NB(r,p) distribution.
The following table describes four distributions related to the number of successes in a sequence of draws:
Suppose p is unknown and an experiment is conducted where it is decided ahead of time that sampling will continue until r successes are found. A sufficient statistic for the experiment is k, the number of failures.
but this is a biased estimate. Its inverse (r + k)/r, is an unbiased estimate of 1/p, however.[20]
When r is unknown, the maximum likelihood estimator for p and r together only exists for samples for which the sample variance is larger than the sample mean.[21] The likelihood function for Niid observations (k1, ..., kN) is
from which we calculate the log-likelihood function
To find the maximum we take the partial derivatives with respect to r and p and set them equal to zero:
For the special case where r is an integer, the negative binomial distribution is known as the Pascal distribution. It is the probability distribution of a certain number of failures and successes in a series of independent and identically distributed Bernoulli trials. For k + rBernoulli trials with success probability p, the negative binomial gives the probability of k successes and r failures, with a failure on the last trial. In other words, the negative binomial distribution is the probability distribution of the number of successes before the rth failure in a Bernoulli process, with probability p of successes on each trial. A Bernoulli process is a discrete time process, and so the number of trials, failures, and successes are integers.
Consider the following example. Suppose we repeatedly throw a die, and consider a 1 to be a failure. The probability of success on each trial is 5/6. The number of successes before the third failure belongs to the infinite set { 0, 1, 2, 3, ... }. That number of successes is a negative-binomially distributed random variable.
When r = 1 we get the probability distribution of number of successes before the first failure (i.e. the probability of the first failure occurring on the (k + 1)st trial), which is a geometric distribution:
Overdispersed Poisson
The negative binomial distribution, especially in its alternative parameterization described above, can be used as an alternative to the Poisson distribution. It is especially useful for discrete data over an unbounded positive range whose sample variance exceeds the sample mean. In such cases, the observations are overdispersed with respect to a Poisson distribution, for which the mean is equal to the variance. Hence a Poisson distribution is not an appropriate model. Since the negative binomial distribution has one more parameter than the Poisson, the second parameter can be used to adjust the variance independently of the mean. See Cumulants of some discrete probability distributions.
An application of this is to annual counts of tropical cyclones in the North Atlantic or to monthly to 6-monthly counts of wintertime extratropical cyclones over Europe, for which the variance is greater than the mean.[22][23][24] In the case of modest overdispersion, this may produce substantially similar results to an overdispersed Poisson distribution.[25][26]
Negative binomial modeling is widely employed in ecology and biodiversity research for analyzing count data where overdispersion is very common. This is because overdispersion is indicative of biological aggregation, such as species or communities forming clusters. Ignoring overdispersion can lead to significantly inflated model parameters, resulting in misleading statistical inferences. The negative binomial distribution effectively addresses overdispersed counts by permitting the variance to vary quadratically with the mean. An additional dispersion parameter governs the slope of the quadratic term, determining the severity of overdispersion. The model's quadratic mean-variance relationship proves to be a realistic approach for handling overdispersion, as supported by empirical evidence from many studies. Overall, the NB model offers two attractive features: (1) the convenient interpretation of the dispersion parameter as an index of clustering or aggregation, and (2) its tractable form, featuring a closed expression for the probability mass function.[27]
In genetics, the negative binomial distribution is commonly used to model data in the form of discrete sequence read counts from high-throughput RNA and DNA sequencing experiments.[28][29][30][31]
In epidemiology of infectious diseases, the negative binomial has been used as a better option than the Poisson distribution to model overdispersed counts of secondary infections from one infected case (super-spreading events).[32]
Multiplicity observations (physics)
The negative binomial distribution has been the most effective statistical model for a broad range of multiplicity observations in particle collision experiments, e.g., [33][34][35][36][37] (See [38] for an overview), and is argued to be a scale-invariant property of matter,[39][40] providing the best fit for astronomical observations, where it predicts the number of galaxies in a region of space.[41][42][43][44] The phenomenological justification for the effectiveness of the negative binomial distribution in these contexts remained unknown for fifty years, since their first observation in 1973.[45] In 2023, a proof from first principles was eventually demonstrated by Scott V. Tezlaf, where it was shown that the negative binomial distribution emerges from symmetries in the dynamical equations of a canonical ensemble of particles in Minkowski space.[46] Roughly, given an expected number of trials and expected number of successes , where
an isomorphic set of equations can be identified with the parameters of a relativisticcurrent density of a canonical ensemble of massive particles, via
where is the rest density, is the relativistic mean square density, is the relativistic mean square current density, and , where is the mean square speed of the particle ensemble and is the speed of light—such that one can establish the following bijective map:
A rigorous alternative proof of the above correspondence has also been demonstrated through quantum mechanics via the Feynman path integral.[46]
^
Airoldi, E. M.; Cohen, W. W.; Fienberg, S. E. (June 2005). "Bayesian Models for Frequent Terms in Text". Proceedings of the Classification Society of North America and INTERFACE Annual Meetings. Vol. 990. St. Louis, MO, USA. p. 991.
^Kittel, Wolfram; De Wolf, Eddi A (2005). Soft multihardon dynamics. World Scientific.
^Schaeffer, R (1984). "Determination of the galaxy N-point correlation function". Astronomy and Astrophysics. 134 (2): L15. Bibcode:1984A&A...134L..15S.
^Schaeffer, R (1985). "The probability generating function for galaxy clustering". Astronomy and Astrophysics. 144 (1): L1–L4. Bibcode:1985A&A...144L...1S.
Artikel ini tidak memiliki referensi atau sumber tepercaya sehingga isinya tidak bisa dipastikan. Tolong bantu perbaiki artikel ini dengan menambahkan referensi yang layak. Tulisan tanpa sumber dapat dipertanyakan dan dihapus sewaktu-waktu.Cari sumber: Bundesautobahn 215 – berita · surat kabar · buku · cendekiawan · JSTOR A215Informasi rutePanjang:17 km (11 mi)Persimpangan besar Daftar jalan keluar (1) Kiel-Westring (2) Kiel-Mitte (3) Simpa...
Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Maret 2023. Bhoot ChaturdashiSutradaraShabbir MallickProduserSVF EntertainmentSkenarioAritra Sengupta, Anwoy Mukherjee, Arindra Rai ChaudhuriCeritaMainak BhaumikPemeranAryann BhowmikEna SahaSohini SarkarDeepsheta MitraPenata musikNabarun BoseSinematograferMano...
Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Oktober 2016. Berikut ini merupakan daftar para istri atau permaisuri Kerajaan Dua Sisilia. Permaisuri Dua Sisilia Wangsa Bonaparte (Dekret Bayonne), 1806–1815 Potret Nama Ayah Lahir Menikah Menjadi Permaisuri Berhenti sebagai Permaisuri Wafat Pasangan Maria Annun...
العلاقات الإيرانية الكورية الشمالية إيران كوريا الشمالية إيران كوريا الشمالية تعديل مصدري - تعديل العلاقات الإيرانية الكورية الشمالية هي العلاقات الثنائية التي تجمع بين إيران وكوريا الشمالية.[1][2][3][4][5] مقارنة بين البلدين هذه مقارنة ...
Bagian dari Alkitab KristenPerjanjian BaruLukas 7:36-37 pada Papirus 3 Injil Matius Markus Lukas Yohanes SejarahKisah Para Rasul Surat Surat-surat Paulus Roma 1 Korintus 2 Korintus Galatia Efesus Filipi Kolose 1 Tesalonika 2 Tesalonika 1 Timotius 2 Timotius Titus Filemon Ibrani Surat-surat umum Yakobus 1 Petrus 2 Petrus 1 Yohanes 2 Yohanes 3 Yohanes Yudas ApokalipsWahyu Perjanjian Lama Portal Kristenlbs Kuil Dewa Apollo di Korintus Surat Paulus yang Kedua kepada Jemaat di Korintus me...
Untuk kegunaan lain, lihat Ajaran sesat di Indonesia. Artikel ini mungkin mengandung riset asli. Anda dapat membantu memperbaikinya dengan memastikan pernyataan yang dibuat dan menambahkan referensi. Pernyataan yang berpangku pada riset asli harus dihapus. (Pelajari cara dan kapan saatnya untuk menghapus pesan templat ini) Artikel ini tidak memiliki referensi atau sumber tepercaya sehingga isinya tidak bisa dipastikan. Tolong bantu perbaiki artikel ini dengan menambahkan referensi yang layak....
Anti-Discrimination Act 1991Parliament of Queensland Long title An Act to promote equality of opportunity for everyone by protecting them from unfair discrimination in certain areas of activity and from sexual harassment and certain associated objectionable conduct. Passed3 December 1991Royal assent9 December 1991Commenced30 June 1992Introduced byHon. D.M. Wells (Murrumba – Attorney-General)Status: Current legislation The Queensland Anti-Discrimination Act 1991 is an act of the Parliament ...
GemIdent logo GemIdent is an interactive image recognition program that identifies regions of interest in images and photographs. It is specifically designed for images with few colors, where the objects of interest look alike with small variation. For example, color image segmentation of: Oranges from a tree Stained cells from microscopic images GemIdent also packages data analysis tools to investigate spatial relationships among the objects identified. History GemIdent was developed at Stan...
Village in Estonia For the town in Latvia also known as Kulna in Estonian, see Gulbene. For the city in Bangladesh, see Khulna. Village in Harju County, EstoniaKulnaVillageKulna railway stationCountry EstoniaCountyHarju CountyParishLääne-Harju ParishTime zoneUTC+2 (EET) • Summer (DST)UTC+3 (EEST) Kulna is a village in Lääne-Harju Parish, Harju County in northern Estonia.[1] Kulna has a station on the Elron western route. References ^ Classification of Estonian adm...
International cricket tour Pakistan women's cricket team in Bangladesh in 2023–24 Bangladesh PakistanDates 25 October – 10 November 2023Captains Nigar Sultana Nida DarOne Day International seriesResults Bangladesh won the 3-match series 2–1Most runs Fargana Hoque (110) Sidra Ameen (113)Most wickets Nahida Akter (7) Sadia Iqbal (6)Player of the series Nahida Akter (Ban)Twenty20 International seriesResults Bangladesh won the 3-match series 2–1Most runs Sobhana Mostary ...
Questa voce sugli argomenti cestisti uruguaiani e calciatori uruguaiani è solo un abbozzo. Contribuisci a migliorarla secondo le convenzioni di Wikipedia. Segui i suggerimenti dei progetti di riferimento 1, 2. Ulisse Uslenghi Uslenghi al Livorno nel 1937 Nazionalità Uruguay Calcio Ruolo Centromediano Termine carriera 1939 CarrieraSquadre di club1 1930-1932 Estudiantes63 (4)1933-1935 Livorno59 (3)1935-1936 Napoli20 (0)1936-1938 Livorno50 (2)1938-1939 Parm...
Part of the Politics seriesVoting Balloting Ballots Absentee ballot Provisional ballot Sample ballot Candidates and Ballot measures Write-in candidate Electorate Slate Ticket Collection Ballot box Compulsory voting Early voting Electronic voting Open ballot Polling place Postal voting Precinct Vote center Voting booth Counting Popular vote Tally Voting machine Electoral systems Plurality and majoritarian systems First-past-the-post voting Two-round system Instant-runoff voting Plurality-at-la...
American journalist (born 1954) For the professor of pathology, see Susan L. Swain. Susan SwainSwain in 2015Born (1954-12-23) December 23, 1954 (age 69)Philadelphia, Pennsylvania, U.S.Alma materUniversity of Scranton (BA)Known forBroadcasting executive at C-SPAN Susan Swain (born December 23, 1954) is an American journalist, author and the co-CEO of C-SPAN.[1] Early years Swain was born December 23, 1954, in Philadelphia, Pennsylvania. Swain was educated in public schoo...
For the 2008 Australian morning news programme, see News Breakfast. British TV series or programme Breakfast NewsBBC Breakfast News final logo, from 2 June 1997 to 15 September 2000GenreBreakfast televisionCreated byBBC NewsPresented byVarious (see below)Country of originUnited KingdomOriginal languageEnglishOriginal releaseNetworkBBC OneRelease2 October 1989 (1989-10-02) –15 September 2000 (2000-09-15)[1]Related Breakfast Time BBC Breakfast Breakfast News is a breakf...
American gay rights activist (1925–2011) Frank KamenyKameny in 2010BornFranklin Edward Kameny(1925-05-21)May 21, 1925New York City, U.S.DiedOctober 11, 2011(2011-10-11) (aged 86)Washington, D.C., U.S.EducationQueens College (BS)Harvard University (MS, PhD)Known forGay rights activistFired for being gay by the U.S. Civil Service CommissionCo-founder of the Mattachine SocietyScientific careerFieldsAstronomyThesisA Photoelectric Study of Some RV Tauri and Yellow Semiregular Variables...
Puerarin Names IUPAC name 8-(β-D-Glucopyranosyl)-4′,7-dihydroxyisoflavone Systematic IUPAC name 7-Hydroxy-3-(4-hydroxyphenyl)-8-[(2S,3R,4R,5S,6R)-3,4,5-trihydroxy-6-(hydroxymethyl)oxan-2-yl]-4H-1-benzopyran-4-one Other names Daidzein-8-C-glucoside7,4'-Dihydroxy-8-C-glucosylisoflavone Identifiers CAS Number 3681-99-0 Y 3D model (JSmol) Interactive imageInteractive image ChEBI CHEBI:8633 Y ChEMBL ChEMBL486386 Y ChemSpider 4445119 Y ECHA InfoCard 100.130.674 KEGG C10524...
Mountain in Colorado, United States Kenosha MountainsKenosha Mountains viewed from Platte Peak looking southeast.Highest pointPeakKnobby Crest(Peak X)[1]Elevation12,429 ft (3,788 m)ListingMountain ranges of ColoradoCoordinates39°22′5″N 105°36′18″W / 39.36806°N 105.60500°W / 39.36806; -105.60500GeographyKenosha Mountains CountryUnited StatesStateColoradoParent rangeFront Range The Kenosha Mountains or Kenosha Mountain[2] are a ...
Der Sonntagsspaziergang von Carl Spitzweg aus dem Jahr 1841, ein typischer Vertreter der Biedermeier-Epoche Als Biedermeier wird die Zeitspanne vom Ende des Wiener Kongresses 1815 bis zum Beginn der bürgerlichen Revolution 1848 in den Ländern des Deutschen Bundes bezeichnet. Mit dem Ausdruck Biedermeier ist in der politischen Geschichte der Begriff der Restauration verknüpft, der sich auf die staatspolitische Entwicklung nach dem Ende der napoleonischen Zeit und des Wiener Kongresses bezie...
Николо-Берлюковский монастырьНиколаевская Берлюковская пустынь Вид на монастырь после реставрации (2016 год) 55°55′44″ с. ш. 38°13′52″ в. д.HGЯO Тип Монастырь Страна Россия Деревня Авдотьино, Богородский городской округ, Московская область Конфессия Православие �...