Archive for May, 2008

2-sided; utility <math>v

Monday, May 19th, 2008

In topology, a compact codimension one submanifold <math>F</math> of a manifold <math>M</math> is said to be 2-sided in <math>M</math> when there is an embedding

<math>h\colon F\times [-1,1]\to M</math>

with <math>h(x,0)=x</math> for each <math>x\in F</math> and

<math>h(F\times [-1,1])\cap \partial M=h(\partial F\times [-1,1])</math>.

This means, for example that a curve in a surface is 2-sided if it has a regular neighborhood which is a cartesian product of the curve times an interval.

A curve which is not 2-sided is called 1-sided.

Coriolis frequency; multiplied by

Monday, May 19th, 2008

The Coriolis frequency, f, is equal to twice the rotation rate of the Earth multiplied by the sine of the latitude. Inertial oscillations on the surface of the earth have this frequency. These oscillations are the result of the Coriolis effect.


See also

  • Beta plane

Ristretto; most preferred

Monday, May 19th, 2008

Ristretto is a very short shot of espresso coffee. A normal (double) espresso shot is a 60 ml (2 fl oz), while a (double) ristretto is a 30-45 ml (1–1.5 fl oz). The ristretto is often preferred by espresso coffee lovers for its added body and fullness.

One method of pulling a ristretto shot is to grind the coffee finer than that used for normal espresso, and pull the shot for the same amount of time as a normal shot. The smaller spaces between the particles of finer-ground coffee allow less water to pass through, resulting in a shorter shot. However, this can also lead to a gritty taste, if the coffee is ground fine enough that the insoluble components can pass through the filter-basket.

Another method for pulling a ristretto is to simply stop the extraction early, so less water has time to pass through the ground coffee. This produces a slightly different taste than the fine-grinding, equal-time method, and is often preferred because it does not require the barista to change the settings on the coffee grinder.

A third method, that serves as a compromise between the previous two, is to prepare the shot without adjusting the grind but to make the tamp more firm. The firmer tamp will compact the grinds in the filter basket allowing for a shot time comparable to a regular espresso. This method has the added benefit that adjusting the coffee grinder is not necessary while keeping much of the body and flavor of the fine-grinding, equal-time method.

As the amount of water is increased or decreased relative to a normal shot, the composition of the shot changes, because not all components of coffee dissolve at the same rate. For this reason, an excessively long or short shot will not contain the same ratio of components that a normal shot contains. Therefore, a ristretto is not simply twice as “strong” as a regular shot, nor is a lungo simply twice as weak.


External links

  • Coffeegeek Etiquette & The Ristretto Shot
  • TooMuchCoffee: The European Coffee and Espresso Resource
  • How to Make a Ristretto on wikiHow

Neuromuscular medicine; conditions. This

Monday, May 19th, 2008

The field of neuromuscular medicine is an emerging subspecialty of medicine which focuses on the comprehensive medical management of individuals with neuromuscular disorders. This includes, but is not limited to, disorders of peripheral nerves, muscle and neuromuscular junctions. The field encompasses issues related to both diagnosis and medical treatment of these conditions, as well as relevant rehabilitation interventions to optimize the quality of life of individuals with these conditions. A formal educational process that includes one year of fellowship training following completion of residency training in Neurology or Physical Medicine and Rehabilitation has been recently approved by the Accreditation Council for Graduate Medical Education.

Farmland; consumers

Monday, May 19th, 2008

Farmland may refer to:

  • Farmland (farming), land used for agriculture, e.g. good farmland
  • Farmland, Indiana, a town in the United States
  • Farmland Industries, founded in 1929 as the Union Oil Company, later renamed Consumers Cooperative Association (CCA) and Farmland Industries, Inc.

Expressivity; qualitatively the

Sunday, May 18th, 2008

Expressivity is a term used in genetics that refers to variations of a phenotype in individuals carrying a particular genotype. The term is used to qualitatively characterize the variance or extent of the phenotype given a particular genotype. For example, the “blue” gene might have an expressivity of 25% for individuals that express the “blue” gene and appear light blue, and 75% for individuals that express the “blue” gene and appear dark blue. This differs from penetrance in that penetrance refers to the likelihood of the gene generating any phenotype at all, while expressivity refers to the influence of an expressed gene in individuals. Variable expressivity occurs when a phenotype is expressed to a different degree among individuals with the same genotype. For example, individuals with the same allele for gene involved in a quantitative trait like body height might have large variance (some are taller than others), making prediction of the phenotype from a particular genotype alone difficult. The expression of a phenotype may be modified by the effects of aging, other genetic loci or environmental factors.


See also

  • Penetrance
  • Allele
  • Phenotype
  • Genotype
  • Mendelian inheritance

Strings (Unix); same . Expectation utilities

Saturday, May 17th, 2008

In computer software, strings is a program in Unix-like operating systems that prints the strings found in an executable.

It can be used on object files, and core dumps.

Strings are recognised by looking for sequences of at least 4 (by default) printable characters terminating in a NUL character (that is, C strings). Some implementations provide options for determining what is recognised as a printable character, which is useful for finding non-ASCII and wide character text.

Common usage includes piping it to grep and fold or redirecting the output to a file.

It is part of the GNU Binary Utilities (binutils), and has been ported to other operating systems including Microsoft Windows.


Example

$ strings foobar
Qåtd
/lib/ld-linux.so.2
_Jv_RegisterClasses
__gmon_start__
libc.so.6
puts
_IO_stdin_used
__libc_start_main
GLIBC_2.0
…


See also

  • cat
  • GNU Debugger
  • strip


External links

Hessian matrix; maximization

Saturday, May 17th, 2008

In mathematics, the Hessian matrix is the square matrix of second-order partial derivatives of a function. Given the real-valued function

<math>f(x_1, x_2, \dots, x_n),\,\!</math>

if all second partial derivatives of f exist, then the Hessian matrix of f is the matrix

<math>H(f)_{ij}(x) = D_i D_j f(x)\,\!</math>

where x = (x1, x2, …, xn) and Di is the differentiation operator with respect to the ith argument:

<math>H(f) = \begin{bmatrix}

\frac{\partial^2 f}{\partial x_1^2} & \frac{\partial^2 f}{\partial x_1\,\partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_1\,\partial x_n} \\ \\
\frac{\partial^2 f}{\partial x_2\,\partial x_1} & \frac{\partial^2 f}{\partial x_2^2} & \cdots & \frac{\partial^2 f}{\partial x_2\,\partial x_n} \\ \\
\vdots & \vdots & \ddots & \vdots \\ \\
\frac{\partial^2 f}{\partial x_n\,\partial x_1} & \frac{\partial^2 f}{\partial x_n\,\partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_n^2}
\end{bmatrix}</math>

(some workers define the Hessian as the determinant of the above matrix). The term “Hessian” was coined by James Joseph Sylvester, named for German mathematician Ludwig Otto Hesse, who had used the term “functional determinants”.

Hessian matrices are used in large-scale optimization problems within Newton-type methods. However, the full Hessian matrix can be difficult to compute in practice; in such situations, quasi-Newton algorithms have been developed that use approximations to the Hessian. The most well-known quasi-Newton algorithm is the BFGS algorithm.

Contents


Mixed derivatives and symmetry of the Hessian

The mixed derivatives of f are the entries off the main diagonal in the Hessian. Assuming that they are continuous, the order of differentiation does not matter (Clairaut’s theorem). For example,

<math>\frac {\partial}{\partial x} \left( \frac { \partial f }{ \partial y} \right) =
      \frac {\partial}{\partial y} \left( \frac { \partial f }{ \partial x} \right)</math>

This can also be written (in reverse order) as:

<math>f_{xy} = f_{yx} \,</math>

In a formal statement: if the second derivatives of f are all continuous in a region D, then the Hessian of f is a symmetric matrix throughout D; see symmetry of second derivatives.


Critical points and discriminant

If the gradient of f (i.e. its derivative in the vector sense) is zero at some point x, then f has a critical point (or stationary point) at x. The determinant of the Hessian at x is then called the discriminant. If this determinant is zero then x is called a degenerate critical point of f, this is also called a non-Morse critical point of f. Otherwise it is non-degenerate, this is called a Morse critical point of f.


Second derivative test

The following test can be applied at a non-degenerate critical point x. If the Hessian is positive definite at x, then f attains a local minimum at x. If the Hessian is negative definite at x, then f attains a local maximum at x. If the Hessian has both positive and negative eigenvalues then x is a saddle point for f (this is true even if x is degenerate). Otherwise the test is inconclusive.

Note that for positive semidefinite and negative semidefinite Hessians the test is inconclusive. However, more can be said from the point of view of Morse theory.

In view of what has just been said, the second derivative test for functions of one and two variables is simple. In one variable, the Hessian contains just one second derivative; if it is positive then x is a local minimum, if it is negative then x is a local maximum; if it is zero then the test is inconclusive. In two variables, the discriminant can be used, because the determinant is the product of the eigenvalues. If it is positive then the eigenvalues are both positive, or both negative. If it is negative then the two eigenvalues have different signs. If it is zero, then the second derivative test is inconclusive.


Bordered Hessian

A bordered Hessian is used for the second-derivative test in certain constrained optimization problems. Given the function as before:

<math>f(x_1, x_2, \dots, x_n),</math>

but adding a constraint function such that:

<math>g(x_1, x_2, \dots, x_n) = c,</math>

the bordered Hessian appears as

<math>H(f,g) = \begin{bmatrix}

0 & \frac{\partial g}{\partial x_1} & \frac{\partial g}{\partial x_2} & \cdots & \frac{\partial g}{\partial x_n} \\ \\
\frac{\partial g}{\partial x_1} & \frac{\partial^2 f}{\partial x_1^2} & \frac{\partial^2 f}{\partial x_1\,\partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_1\,\partial x_n} \\ \\
\frac{\partial g}{\partial x_2} & \frac{\partial^2 f}{\partial x_2\,\partial x_1} & \frac{\partial^2 f}{\partial^2 x_2} & \cdots & \frac{\partial^2 f}{\partial x_2\,\partial x_n} \\ \\
\vdots & \vdots & \vdots & \ddots & \vdots \\ \\
\frac{\partial g}{\partial x_n} & \frac{\partial^2 f}{\partial x_n\,\partial x_1} & \frac{\partial^2 f}{\partial x_n\,\partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_n^2}
\end{bmatrix}.</math>

If there are, say, m constraints then the zero in the north-west corner is an m × m block of zeroes, and there are m border rows at the top and m border columns at the left.

The above rules of positive definite and negative definite can not apply here since a bordered Hessian can not be definite: we have z’Hz = 0 if vector z has a non-zero as its first element, followed by zeroes.

The second derivative test consists here of sign restrictions of the determinants of a certain set of n-m submatrices of the bordered HessianMagnus, J.R. and H. Neudecker: “Matrix Differential Calculus with Applications in Statistics and Econometrics”, page 136. Wiley, 1988. Intuitively, think of the m constraints as reducing the problem to one with n-m free variables. (For example, the maximization of <math>f(x_1,x_2,x_3)</math> subject to the constraint <math>x_1+x_2+x_3=1</math> can be reduced to the maximization of <math>f(x_1,x_2,1-x_1-x_2)</math> without constraint.)


Vector-valued functions

If f is instead vector-valued, i.e.

<math>f = (f_1, f_2, \dots, f_n),</math>

then the array of second partial derivatives is not a matrix, but a tensor of rank 3.


See also

  • Jacobian


Notes


				

ITEA Project AURORA; projects

Saturday, May 17th, 2008


AURORA is a project proposed by the ITEA (Information Technology for European Advancements) following their programme’s sixth Call for Projects (EUREKA Cluster).

This research project aims to deal with multimodality, messaging service, universal storage, multimodal authentication, presence management and VoIP architecture.


External links

  • Official Aurora Website
  • ITEA 2 Website

Suzuki Concept X; utility for utility being

Saturday, May 17th, 2008

The Concept X is a concept car and sport utility vehicle from Suzuki. It features touch-sensitive buttons that control all the vehicle’s interior functions. It débuted at the 2005 North American International Auto Show. The future production version in 2006 could be Suzuki’s largest sport utility vehicle to date. It will feature a V6 engine and all-wheel-drive. It would be one of nine new vehicles Suzuki might release during a period of five years.

Phospho soda; for consumers is

Friday, May 16th, 2008

Phospho soda is an over the counter saline laxative. It is often taken to prepare for colonoscopy.

An amount of Phospho soda (normally 1.5 fluid ounce or 45 ml [1]) is usually mixed with water other clear liquids such as ginger ale. This preparation usually results in a bowel movement anywhere from 30 minutes to 6 hours after it is taken. Phospho soda is also available in flavors to make it more palatable.

When Phospho-Soda is taken for colonoscopy prep the dose is usually 1.5 fluid ounces, twice in one day (3 oz total) usually 6 hours apart & is to be mixed with equal parts water (or other clear liquid) and then followed by 8 oz water. It will create very loose, {liquid} stool within 1/2 hour to 6 hours, usually about one hour.

Phospho-Soda can be used for a general laxative, but is not recommended. The dosage then is best cut in half & used only once instead of twice.

Phospho-Soda works by drawing liquid from the body into the colon, therefore it can cause severe dehydration if not used properly, and sometimes can even then. Use with your doctors knowledge & consent for best results.

Further info can be found on the {Fleet} website.


External links

  • Fleet’s FAQ

Future Gamer; are future-regarding

Friday, May 16th, 2008

Future Gamer was an online computer and video games e-zine created by Future Publishing.

Contents


History

Future Gamer was launched in 1998 with Andy Smith as editor. FG as it became known to fans, was the world’s first e-mail deliverable gaming magazine. (Brief History. Retrieved Feb. 9th 2006.)

This business model was unsuccessful. FG ran for about 18 months before finally being reshaped into the UK version of Daily Radar, later gamesradar.com. (Campbell, Stuart (April, 2000). CTW: The Entertainment Computer Trade Weekly.)


Staff

Amongst others:

  • Andy Smith (Editor)
  • Steve Bradley (Deputy Editor)
  • Andy Ashwin
  • Mark Eveleigh
  • Alan Jarvie
  • Amazing Bryan


Community

FG spawned a close online community through its newsgroup. This included a Half Life clan ([FGC]_) that was featured in a subsequent advertising campaign.

Despite community pressure, on May 23rd 2001 at 00:00 Future Publishing shut down their News Server in favour of Internet forums. This, along with the demise of the original magazine, led to the FG community seeking out a new home. It has endured to this day through a variety of newsgroups, and is currently situated at vgj.forum on nntp.cheeseorsausage.com and at cheese or sausage.


External links

  • Interview with Andy Smith

Prices Information Cup; prices because

Friday, May 16th, 2008

The Prices Information Cup is a Go competition.


Outline

The Prices Information Cup is a Go competition. Only players above 6 dan can participate. The time format is hayago. The winner’s purse is 20,000,000 Won ($21,000)


Past winners

Player Years Held
Park Young-Hoon 2005
Lee Sedol 2006

Dinatural transformation; w </math>

Friday, May 16th, 2008

In category theory, a dinatural transformation <math>\alpha</math> between two functors

<math>S,T : \mathrm{C}^{\mathrm{op}}\times\mathrm{C}\to\mathrm{X}</math>,

written

<math>\alpha : S\ddot\to T</math>,

is a function which to every object c of C associates an arrow

<math>\alpha_c : S(c,c)\to T(c,c)</math> of X

and satisfies the following coherence property: for every morphism <math>f:c\to c’</math> of C the diagram

commutes.

Synthetic differential geometry; same bundle

Friday, May 16th, 2008

In mathematics, synthetic differential geometry is a reformulation of differential geometry in the language of topos theory. There are several insights that allow for such a reformulation. The first is that most of the analytic data for describing the class of smooth manifolds can be encoded into certain fibre bundles on manifolds: namely bundles of jets (see also jet bundle). The second insight is that the operation of assigning a bundle of jets to a smooth manifold is functorial in nature. The third insight is that over a certain category, these are representable functors. Furthermore, their representatives are related to the algebras of dual numbers, so that smooth infinitesimal analysis may be used.

Synthetic differential geometry can serve as a platform for formulating certain otherwise obscure or confusing notions from differential geometry. For example, the meaning of what it means to be natural (or invariant) has a particularly simple expression, even though the formulation in classical differential geometry may be quite difficult.


Further reading

  • J.L. Bell, Two Approaches to Modelling the Universe: Synthetic Differential Geometry and Frame-Valued Sets (PDF file)
  • F.W. Lawvere, Outline of synthetic differential geometry (PDF file)
  • Anders Kock, Synthetic Differential Geometry (PDF file), Cambridge University Press, 2nd Edition, 2006.
  • R. Lavendhomme, Basic Concepts of Synthetic Differential Geometry, Springer-Verlag, 1996.

Council on Higher Education of Puerto Rico; higher proportion

Friday, May 16th, 2008

The Council on Higher Education of Puerto Rico (CHE-PR) is an agency of the government of Puerto Rico in charge of coordinating all efforts related to higher education in Puerto Rico. It was created by means of Law Number 17 of June 16, 1993. The functions of the council are:

  • authorizing and monitoring the operation of new institutions of higher education,
  • periodically review the already existing institutions,
  • authorize new academic offerings,
  • distributing financial aid funds to students,
  • compile data and stadistics related to higher education, and
  • establish the public policy of Puerto Rico regarding higher education.


External links

  • ces.gobierno.pr - official site, in Spanish.

Dynamic asset allocation; proportion

Friday, May 16th, 2008

Dynamic asset allocation is a strategy used by investment products such as hedge funds, mutual funds, credit derivatives, index funds, principal protected notes (also known as guaranteed linked notes) and other structured investment products to achieve exposure to various investment opportunities and provide 100% principal protection.

Dynamic asset allocation includes CPPI, which consists of a guarantee, notionally related to a zero-coupon bond and an underlying investment. Assets are dynamically shifted (or allocated) between these two components depending largely on the performance of the underlying investments, and based on some .

In some cases, certain products can use a borrowing facility to enhance exposure if the underlying investments experience strong returns. If the underlying investments decline in value, CPPI automatically deleverages, reducing exposure in falling markets.


See also

  • Constant proportion portfolio insurance
  • Hedge funds
  • Mutual fund
  • Credit derivative
  • Index fund
  • Principal protected note
  • Structured investment product
  • Zero-coupon bond

Adevism; and thus imply desires

Friday, May 16th, 2008

Adevism (from the Sanskrit term deva, on the analogy of atheism) is a term introduced by Friedrich Max Müller to imply the denial of gods: in particular, the legendary gods of Hinduism. Müller used it in the Gifford Lectures in connection with the Vedanta philosophy, for the correlative of ignorance or nescience. In modern contexts it is rarely found, though it is sometimes used to represent a disbelief in any gods, contrasted with a specific disbelief in the Judaeo-Christian God.


References

lectures, 1892, c. ix.

  • Expectation utilities; optimal utility

    Thursday, May 15th, 2008

    A qualification introduced by Bentham, to distinguish between two different types of utilities, or, rather, sources of utility (for utility, being identical to pleasure, remains always qualitatively the same). Expectation utilities are future-regarding, and thus imply desires and beliefs; “natural” utilities are not. Expectation utilities allow for long-term projects, which provide a higher proportion of utility than the natural utilities favored by those agents that can only pursue their immediate interest.

    The notion of ‘expectation utility’ must not be mistaken for that of expected utility.

    Ouachita Electric Cooperative; of ‘expectation utility’ must

    Thursday, May 15th, 2008

    Ouachita Electric Cooperative Corporation is a non-profit rural electric utility cooperative headquartered in Camden, Arkansas, with a district office in Hampton, Arkansas.

    The Cooperative was organized in 1938.

    The Cooperative serves portions of five counties in the state of Arkansas, in a territory generally surrounding Camden and Hampton.


    External links

    • Ouachita Electric Cooperative Corporation

    Chamberlain College of Nursing; profit

    Thursday, May 15th, 2008

    Chamberlain College of Nursing is a for profit nursing school in St. Louis, Missouri. Chamberlain offers a Bachelor of Science in Nursing Degree (BSN) and the Associate of Science in Nursing Degree (ASN). The school was known as Deaconess College of Nursing until July 2006. A new campus will open in Columbus, Ohio in 2007.

    DeVry University has owned the school since 2005.


    External links

    Lerman ratio; in income

    Thursday, May 15th, 2008

    The Lerman ratio, named after economist Robert I. Lerman, suggest that a government benefit to the underemployed, such as welfare, will presumably reduce their overall hours of work. The ratio of the actual increase in income compared to the benefit is the Lerman ratio, which is ordinarily between zero and one. Moffitt (1992) estimates it in regard to the Aid to Families with Dependent Children (AFDC) program in the US at about .625.


    Sources

    Robert Moffitt, Incentive Effects of the U.S. Welfare System: A Review, JEL March 1992, p. 17.

    Bob Stambaugh; future-regarding and thus

    Thursday, May 15th, 2008

    Robert H. Stambaugh, Jr. (April 9 1946 – December 1 2005) was an American worker and author in the field of human resources systems.


    Selected writings from “Visions of the Future”

    • “Early Learnings” — Lessons From The Future (Vol. II, No. 1, March 1998)
    • The Milkman Doesn’t Stop Here Anymore (Vol. II, No. 2, June 1998)
    • The Amazing Shrinking (and Proliferating) HRIS (Vol II, No. 3, September 1998)
    • A Real Future Shock (Vol. II, No. 4, December 1998)


    References

    • In Memoriam - Robert H. Stambaugh

    Incidence (epidemiology); higher proportion of

    Thursday, May 15th, 2008

    Incidence is the number of new cases of a disease during a given time interval, usually one year. It can be expressed as a proportion or as a rate.

    Incidence proportion (also known as risk) is the number of new cases divided by the size of the population at risk. For example, if a stable population contains 1,000 persons and 28 develop a condition over two years of observation, the incidence proportion is 28 cases per 1,000 persons.

    The incidence rate is the number of new cases per unit of person-time at risk. In the same example as above, the incidence rate is 14 cases per 1000 person-years, because the incidence proportion (28 per 1,000) is divided by the number of years (two). Using person-time rather than just time handles situations where some people drop out of a study.

    Incidence is sometimes used alone as a shorthand for incidence rate. Although this is sloppy usage, it is frequently encountered.

    Incidence should not be confused with prevalence, which is a measure of the total number of cases of disease in a population, rather than the rate of occurrence of new cases. Thus, incidence conveys information about the risk of contracting the disease, whereas prevalence tells us how widespread the disease is.

    For example, consider a disease that takes a long time to cure, and that was spread widely in 2002, but whose spread was arrested in 2003. This disease will have a high prevalence and a high incidence in 2002; but in 2003 it will have a low incidence, although it will continue to have a high prevalence because it takes a long time to cure. In contrast, a disease that has a short duration may have a low prevalence and a high incidence.

    Generally speaking, diseases of short duration are better measured with incidence rates, whereas long-lasting or hereditary diseases are better measured with prevalence rates.


    See also

    • Cumulative_incidence
    • Prevalence
    • Attributable risk


    Notes


    External links

    • Glossary of epidemiological terms

    The Energy Group; utilities or

    Thursday, May 15th, 2008

    The Energy Group plc, a defunct British power generator and distributor, was originally a subsidiary of Hanson plc until its demerger in 1996.

    Hanson created the group as a holding company for:

    • Peabody Energy: coal activities in the United States and Australia
    • Eastern Group: power and networks businesses in the UK.

    In 1998, following an unsuccessful takeover attempt by Pacificorp, the company was the subject of a bidding war between Pacificorp and Texas Utilities. Texas Utilities won with a bid of approximately £4.5bn (Pacificorp’s original bid in 1997 was £3.6bn). Following the acquisition Texas Utilities was renamed TXU; with The Energy Group becoming TXU Energi, part of TXU Europe.

    In October 2002 TXU announced it was pulling out of Europe due mainly to the collapse of its UK operations. In context in 2002 the British government was forced to bail out the nuclear generator British Energy, Powergen announced it was to mothball a large number of its power stations and wholesale energy prices fell by almost 40%. Powergen purchased TXU’s UK businesses for £1.37bn ($2.9bn).


    References

    • BBC News: Texas raises Energy bid to £4.46bn
    • BBC News: US firm pulls plug in power crisis

    Vocational Certificate of Education; qualification introduced

    Thursday, May 15th, 2008

    Vocational Certificate of Education, usually shorted to VCE or Vocational A-Level or AVCE, was a vocational qualification that used to be available in British Further Education institutions.


    Subjects and assessment

    VCEs were available in many subjects including Information and Communication Technology, Health and Social Care, Hospitality and Management, Leisure and Recreation, Travel and Tourism, Business. Many students prefer the vocational system because they can learn more from hands-on work, though others find it difficult to maintain their motivation because of the constant evaluation and coursework.

    The qualification was created in September 2000 to replace the Advanced GNVQ, with the main change being that the marking system was altered from the three level Distinction, Merit and Pass system to A–E grading, bringing the AVCE into line with A-Levels. AVCE can lead on to higher education and employment. How this qualification works is there are 4 portfolio and 2 externally assessement exams.

    AVCEs consist of modules, each covering different aspects of the subject. Some of these modules overlap and some institutes choose to virtually merge their content. Students must complete a set number of modules in order to qualify for the three different levels of AVCE:

    • AVCE Double Award - 12 units (worth two A-levels)
    • AVCE Single Award - 6 units (worth one A-level)
    • ASVCE - 3 units (worth one AS-level)


    Withdrawal

    The regulatory body, Qualifications and Curriculum Authority (QCA), along with Welsh equivalent ACCAC, decided in June 2004 to withdraw the Advanced VCE, with the final candidates starting in September 2004. They have created and piloted an “Applied GCE” qualification to replace the AVCE. Edexcel withdrew AVCE ICT in June 2006 but students are able to re-submit coursework until November 2006 and can re-sit exams until January 2007. The GNVQ is still currently available in two forms – Foundation and Intermediate levels – which both work up to the Advanced level, but is also set to be withdrawn in 2007.

    Precision approach radar; provide more

    Thursday, May 15th, 2008

    Precision approach radar (PAR) is a type of radar guidance system designed to provide lateral and vertical guidance to an aircraft pilot for landing up to the missed approach point. Controllers monitoring the PAR displays observe each aircraft’s position and issue instructions to the pilot that keep the aircraft on course during final approach. It is similar to an instrument landing system (ILS) but requires control instructions. One type of instrument approach that can make use of PAR is the ground-controlled approach (GCA).

    Precision Approach Radars are most frequently used at military air traffic control facilities. Many of these facilities use the FPN-63 or the MPN-14K Precision Approach Radar. This Radar can provide precision guidance to a distance of 20 miles in normal mode and 15 miles in MTI mode. The OJ-333 Radar scope is the indicator which the air traffic controller uses to provide instructions to the pilot.


    See also

    • Instrument approach
    • Ground-controlled approach

    Drawbridge mentality; thus imply

    Wednesday, May 14th, 2008

    Drawbridge mentality describes the attitude of those people who migrate to more exclusive or more “unspoiled” communities and thereafter campaign to preserve the tranquility of that community by opposing further inward migration by people or businesses and, possibly, any development or refurbishment, including plans put forward by those already located there.

    The term can imply a selfish attitude. However, misuse can signify a lack of empathy for people who have strong affection for their home locality and wish to protect it from what they perceive as negative change.

    A drawbridge was historically the hinged bridge at a castle’s gates providing entry across a defensive moat for those occupying the castle. Raising the drawbridge to a vertical position was therefore one means by which intruders could be shut out of the castle.


    See also

    • Cul-de-sac
    • NIMBY
    • BANANA
    • Lifeboat ethics
    • Tragedy of the commons

    Institute of Higher Nervous Activity; provide a higher

    Wednesday, May 14th, 2008

    The Institute of Higher Nervous Activity is part of the Russian Academy of Sciences.


    Leading scientists of the institute

    • PM Balaban
    • AA Frolov
    • IA Shevelyov
    • LL Voronin


    External links

    • http://www.ihna.ru/

    Central moment; are not. Expectation

    Wednesday, May 14th, 2008

    In probability theory and statistics, the kth moment about the mean (or kth central moment) of a real-valued random variable X is the quantity E[(X − E[X])k], where E is the expectation operator. Some random variables have no mean, e.g. the Cauchy distribution, in which case the moment about the mean is not defined. The kth moment about the mean is often denoted μk. For a continuous univariate probability distribution with probability density function f(x) the moment about the mean μ is

    <math>

    \mu_k
    = \left\langle ( X - \langle X \rangle )^k \right\rangle
    = \int_{-\infty}^{+\infty} (x - \mu)^k f(x)\,dx.
    </math>

    Note that <math>\langle X \rangle</math> is equivalent to E(X) (i.e the expectation of X); it is the notation preferred by physicists.

    Sometimes it is convenient to convert moments about the origin to moments about the mean. The general equation for converting the nth-order moment about the origin to the moment about the mean is

    <math>

    \mu_n = \sum_{j=0}^n {n \choose j} (-1) ^{n-j} \mu’_j m^{n-j},
    </math>

    where m is the mean of the distribution, and the moment about the origin is given by

    <math>

    \mu’_j = \int_{-\infty}^{+\infty} x^j f(x)\,dx.
    </math>

    The first moment about the mean is zero. The second moment about the mean is called the variance, and is usually denoted σ2, where σ represents the standard deviation. The third and fourth moments about the mean are used to define the standardized moments which are used to define skewness and kurtosis, respectively.

    For n ≥ 2, the nth central moment is translation-invariant, i.e. for any random variable X and any constant c, we have

    <math>\mu_n(X+c)=\mu_n(X).\,</math>

    For all n, the nth central moment is homogeneous of degree n:

    <math>\mu_n(cX)=c^n\mu_n(X).\,</math>

    Only for n ≤ 3 do we have an additivity property for random variables X and Y that are independent:

    <math>\mu_n(X+Y)=\mu_n(X)+\mu_n(Y)\ \mathrm{provided}\ n\leq 3.\,</math>

    A related functional that shares the translation-invariance and homogeneity properties with the nth central moment, but continues to have this additivity property even when n ≥ 4 is the nth cumulant κn(X). For n = 1, the nth cumulant is just the expected value; for n = either 2 or 3, the nth cumulant is just the nth central moment; for n ≥ 4, the nth cumulant is an nth-degree monic polynomial in the first n moments (about zero), and is also a (simpler) nth-degree polynomial in the first n central moments.


    Central moments 2, 3, and 4

    As mentioned above, the second central moment is the variance, and the third and fourth central moments are related to the skewness and kurtosis, respectively. It is therefore useful to have the formulae for these central moments in terms of the moments about the origin. These are:

    <math>\mu_2 = \mu’_2 - m^2</math>
    <math>\mu_3 = \mu’_3 - 3 m \mu’_2 + 2 m^3</math>
    <math>\mu_4 = \mu’_4 - 4 m \mu’_3 + 6 m^2 \mu’_2 - 3 m^4</math>

    where <math>m</math> is the mean, as before.


    See also

    • cumulant
    • moment (mathematics)
    • image moments

    Ontario Public Interest Research Group; interest. The

    Tuesday, May 13th, 2008

    Ontario Public Interest Research Group (OPIRG) is a campus based, student activist non-profit organization based in Ontario, Canada.

    OPIRG is broken into eleven distinct chapters, and serves as a hub organization, allowing the organizing committees of the local chapters to exchange ideas, better educate themselves and co-ordinate plans and undertakings. The public interest research group’s main areas of interest are in the encouragement of diversity and issues of social or environmental concern.

    Local chapters are:

    • Brock
    • Carleton
    • Guelph
    • Kingston
    • McMaster
    • Ottawa
    • Peterborough
    • Toronto
    • Waterloo
    • Windsor
    • York

    The Laurier Students Public Interest Research Group is also a PIRG based in Ontario, however it is not a member of the OPIRG network.

    Same goes for The University of Western Ontario Public Interest Research Group.


    Reference

    • Ontario Public Interest Research Group Accessed December 16, 2005


    External links

    • OPIRG-Brock
    • OPIRG-Carleton
    • OPIRG-Guelph
    • OPIRG-Kingston
    • OPIRG-McMaster
    • OPIRG-Ottawa
    • OPIRG-Peterborough
    • OPIRG-Toronto
    • Waterloo PIRG
    • OPIRG-Windsor
    • OPIRG-York
    • LSPIRG - Wilfrid Laurier University
    • UWO PIRG - London

    Integrys Energy Group, Inc.; of utilities or rather

    Sunday, May 11th, 2008

    Integrys Energy Group, Inc. , is an energy company headquartered in Chicago, Illinois. It was formed by the merger of WPS Resources Corp. and Peoples Energy Corp. on February 21, 2007. Its current CEO is Larry Weyers.

    Its regulated utilities are Wisconsin Public Service Corp., Upper Peninsula Power Company, Minnesota Energy Services Corp., Michigan Gas Utilities Corp., Peoples Gas, and North Shore Gas. These spread across Wisconsin, Illinois, Minnesota and Michigan. Its nonregulated subsidiary, Integrys Energy Services, Inc. (formerly WPS Energy Services, Inc.), serves customers in the Midwest, Northeast, Texas, and Eastern Canada.


    Awards & Recognition

    In its January 9, 2006 issue, Forbes magazine recognized WPS Resources as the utility industry’s “Best-Managed Company in America”. Also in 2006, Fortune magazine acknowledged WPS Resources as the most admired energy company on its 2006 edition of “America’s Most Admired Companies.”

    In 2007, Integrys Energy was again recognized by placing second on Fortune’s Most-Admired Energy Company list.


    External Links

    • Integrys Energy Group
    • Peoples Gas
    • North Shore Gas
    • Wisconsin Public Service Corporation
    • Michigan Gas Utilities Corporation
    • Minnesota Energy Resources Corporation
    • Upper Peninsula Power Company
    • Integrys Energy Services, Inc.

    Investment goods; prices. A

    Sunday, May 11th, 2008

    In economics, investment goods are the plant, machinery, and equipment that enable production, and are the main input into new installed capital.


    External sources

    • A Simple Kaleckian Model, suggesting that total saving by the consumption goods sector is equal to total consumption by the investment goods sector.
    • Investment Prices and Exchange Rates: Some Basic Facts, suggesting four basic facts about investment goods and investment prices.

    Normal good; an amount

    Sunday, May 11th, 2008

    In economics, normal goods are any goods for which demand increases when income increases, i.e. with a positive income elasticity of demand. The term does not necessarily refer to the quality of the good.

    Depending on the indifference curves, the amount of a good bought can either increase, decrease, or stay the same when income increases. In the diagram below, good Y is a normal good since the amount purchased increases from Y1 to Y2 as the budget constraint shifts from BC1 to the higher income BC2. Good X is an inferior good since the amount bought decreases from X1 to X2 as income increases.


    See also

    • Consumer theory
    • Inferior good
    • Superior good

    Zuidlaardermarkt; over market

    Saturday, May 10th, 2008

    The Zuidlaardermarkt is an annual event in the village of Zuidlaren (the Netherlands), held on the third Tuesday in October.

    The event contains a cattle market (known as the largest in Europe), a country market and a fair. The country market has about 350 market stalls each year and the fair is located in the centre of the village next to the horse market. Bovine animals are no longer shown, since the foot-and-mouth disease occurrences in 2001. The event enjoys popularity and large attendance by most Dutch, German and Belgian horsetraders. The history of the Zuidlaardermarkt goes back to the thirteenth century, the first time the market took place was in the year 1200.


    Facts & figures

    1883 horses and 62 donkeys were supplied to the Zuidlaardermarkt of 2004. The same year 350 market stalls formed the country market which had a total length of 2.3 miles. The market manager is Mr. Jaap Mellema from the municipality of Tynaarlo. The organization of the event involves a lot of volunteers, including a local choir.


    External links

    • De officiële Zuidlaarder markt site, the official website of the Zuidlaardermarkt event.
    • Pieter Dijkema, website with photos of the Zuidlaardermarkt.

    Expenditure function; function is:

    Saturday, May 10th, 2008

    In microeconomics, the expenditure function describes the minimum amount of money an individual needs to achieve some level of utility, given a utility function and prices.

    Formally, if there is a utility function <math>u</math> that describes preferences over L commodities, the expenditure function

    <math>e(p, u^*) : \textbf R^L_+ \times \textbf R
    \rightarrow \textbf R</math>
    

    says what amount of money is needed to achieve a utility <math>u^*</math> if prices are set by <math>p</math>.
    This function is defined by

    <math>e(p, u^*) = \min_{x \in \geq(u^*)} p \cdot x</math>

    where

    <math>\geq(u^*) = \{x \in \textbf R^L_+ : u(x) \geq u^*\}</math>

    is the set of all packages that give utility at least as good as <math>u^*</math>.


    See also

    • Expenditure minimization problem
    • Hicksian demand function
    • Utility maximization problem

    Omaheke; Homogenous

    Saturday, May 10th, 2008
    Omaheke region, Namibia
    Area: 84,732 km² (32,715 mi²)
    Population: 67,496 (2001), 52,735 (1991)
    Population density 0.8/km² (2.1/mi²)
    Capital: Gobabis
    Governor Laura Mcleod
    Time Zone: South African Standard Time: UTC+1

    Omaheke is one of the thirteen regions of Namibia. Omaheke lies on the eastern border of Namibia. The name Omaheke is the Herero word for Sandveld. A large part of this region is known as the Sandveld. Gobabis is the main centre of this area and also its main business area, as it is linked with the capital of Namibia, Windhoek, by rail and paved roads. This infrastructure serves as the main supply line for the region.

    All the other population centres in the region are linked with Gobabis by road. Many other services are rendered from Gobabis to the region, such as the Police Divisional Head Quarters, which is situated in Gobabis. Clinics in the region are served by medical practisioners based in Gobabis, and there are two hospitals and a clinic serving the region.

    The agricultural patterns of this region is to a large extent homogenous. Most of the 900 commercial and 3,500 communal farmers in this area are cattle breeders. A regional office of the Ministry of Agriculture, serving the whole region, is based in Gobabis.

    Hunting, including trophy hunting, is one of the major sources of income for the region. This takes place mainly in the winter months, from June to August. During these months, tourists from the northern hemisphere can be seen in the area, enjoying the mild and dry winter climate and collecting trophies.

    The North Eastern part of the region is still very much a wilderness and beautiful wild Kalahari scenes can be seen by people willing to travel tedious roads and spend nights in the open.

    Antropologically, almost the the entire Mbanderu and Gobabis-Ju/wa ethnic groups are residing in the region. Furthermore, it is a rich cultural area for Herero, Damara-Nama, Tswana, Afrikaner and German, with a sprinkling of northerners.

    A notable event is the annual Meat Festival, which draws visitors from all over.

    In the east, Omaheke borders three districts of Botswana:

    • North-West - northern
    • Ghanzi - central
    • Kgalagadi - southern

    Domestically, it borders the following regions:

    • Hardap - south
    • Khomas - west
    • Otjozondjupa - north

    The region comprises six constituencies: Otjinene, Otjozondjou, Steinhausen, Gobabis, Buitepos, and Aminuis.

    Non-perturbative; function is

    Thursday, May 8th, 2008

    In Mathematics and Physics, a non-perturbative function or process is one that cannot be accurately described by Perturbation theory. An example is the function

    <math>f(x)=e^{-1/x^2}</math>.

    The Taylor series for this function is exactly zero to all orders in perturbation theory, but the function is non-zero if x ≠ 0.

    The implication of this for Physics is that there are some phenomena which are impossible to understand by perturbation theory, however many orders of perturbation theory we use. Instantons are an example.

    Ergo; in Theoretical Physics, a non-perturbative solution or theory is one that does not require perturbation theory to explicate, or does not simply describe the dynamics of perturbations around some fixed background. For this reason; non-perturbative solutions and theories yield insights into areas and subjects perturbative methods cannot reveal.


    See also

    • Taylor series
    • Soliton
    • Instanton

    Sexual pleasure; pleasure remains always qualitatively

    Wednesday, May 7th, 2008

    Sexual pleasure is pleasure derived from any kind of sexual activity. Though orgasm is generally known, sexual pleasure includes erotic pleasure during foreplay, and pleasure due to fetish or BDSM.


    Biology

    Sexual activities increases flow of adrenalin[1].


    See also

    • Sexual arousal
    • Orgasm
    • Sexual intercourse


    References

    Price-cap regulation; than the natural utilities

    Wednesday, May 7th, 2008

    Price-cap regulation is a form of regulation designed in the 1980s by UK Treasury economist Stephen Littlechild, which has been applied to all of the privatized British network utilities. It is contrasted with rate-of-return regulation, in which utilities are permitted a set rate of return on capital, and with revenue-cap regulation where total revenue is the regulated v “”CPI - X”, (in the United Kingdom “RPI-X”) after the basic formula employed to set price caps. This takes the rate of inflation, measured by the Consumer Price Index (UK Retail Price Index, RPI) and subtracts expected efficiency savings X. In the water industry, the formula is “RPI - X + K”, where K is based on capital investment requirements. The system is intended to provide incentives for efficiency savings, as any savings above the predicted rate X can be passed on to shareholders, at least until the price caps are next reviewed (usually every five years). A key part of the system is that the rate X is based not only a firm’s past performance, but on the performance of other firms in the industry: X is intended to be a proxy for a competitive market, in industries which are natural monopolies.

    In most industries in the UK, estimation of a firm’s efficiency is carried out by comparing regional monopolies and using a total factor productivity method. However, for telecommunications, Ofcom instead relies on international comparisons.

    In practice, the distinction between price-cap and rate-of-return regulation may be lost, as regulators may end up making implicit decisions on the acceptable real rates of return on capital employed in order to arrive at price limit determinations. This has been the experience in the UK water sector, where the 1999 periodic review led Ofwat to determine a standard (real post-tax) cost of capital of 4.75%, with minor adjustments for smaller companies. This standard rate was then used to help calculate X.

    Price-cap regulation is no longer a uniquely British form of regulation. Particularly in the telecommunications industry, many Asian countries are implementing some form of price cap on their newly-privatised operators. In addition, many US Local Exchange Carriers are now regulated by price-cap rather than rate-of-return regulation: in 2003, of the 73 companies reporting to the ARMIS database, 22 were regulated according to an RPI-X price cap (and a further 35 were subject to other retail price controls).


    See also

    • Ofwat, Ofgem, Ofcom
    • market failure


    External link

    • Ian Alexander and Timothy Irwin (1996), “Price Caps, Rate-of-Return Regulation, and the Cost of Capital” [1]

    Free agent (football); agents that can

    Wednesday, May 7th, 2008

    A Free agent is a term used in football (soccer) to refer to a player that has been released by a club (usually on a free transfer) and now is no longer affiliated with any team, but has not finished his or her career.

    Free agents do not have to be signed during the normal transfer window that is implemented in some countries’ leagues. If they are signed by a team, the team signing them does not have to pay any fees - sometimes this is colloquially known as “snapped up on a free transfer”.


    Current free agents

    See