File:Mnfrac4.png

From formulasearchengine
Jump to navigation Jump to search
Original file (731 × 733 pixels, file size: 373 KB, MIME type: image/png)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Template:Regression bar Principal component regression (PCR) is a particular regression analysis technique in statistics that is based on principal component analysis (PCA). Typically, it considers regressing the outcome (also known as the response or, the dependent variable) on a set of covariates (also known as predictors or, explanatory variables or, independent variables) based on a standard linear regression model, but uses PCA for estimating the unknown regression coefficients in the model.

In PCR, instead of regressing the dependent variable on the explanatory variables directly, the principal components of the explanatory variables are used as regressors. One typically uses only a subset of all the principal components for regression, thus making PCR some kind of a regularized procedure. Often the principal components with higher variances (the ones based on eigenvectors corresponding to the higher eigenvalues of the sample variance-covariance matrix of the explanatory variables) are selected as regressors. However, for the purpose of predicting the outcome, the principal components with low variances may also be important, in some cases even more important. [1]

One major use of PCR lies in overcoming the multicollinearity problem which arises when two or more of the explanatory variables are close to being collinear.[2] PCR can aptly deal with such situations by excluding some of the low-variance principal components in the regression step. In addition, by usually regressing on only a subset of all the principal components, PCR can result in dimension reduction through substantially lowering the effective number of parameters characterizing the underlying model. This can be particularly useful in settings with high dimensional covariates. Also, through appropriate selection of the principal components to be used for regression, PCR can lead to efficient prediction of the outcome based on the assumed model.

The Principle

The PCR method may be broadly divided into three major steps:

1. Perform PCA on the observed data matrix for the explanatory variables to obtain the principal components, and then (usually) select a subset, based on some appropriate criteria, of the principal components so obtained for further use.
2. Now regress the observed vector of outcomes on the selected principal components as covariates, using ordinary least squares regression (linear regression) to get a vector of estimated regression coefficients (with dimension equal to the number of selected principal components).
3. Now transform this vector back to the scale of the actual covariates, using the selected PCA loadings (the eigenvectors corresponding to the selected principal components) to get the final PCR estimator (with dimension equal to the total number of covariates) for estimating the regression coefficients characterizing the original model.

Details of the Method

Data Representation: Let 𝐘n×1=(y1,...,yn)T denote the vector of observed outcomes and 𝐗n×p=[𝐱1,...,𝐱n]T denote the corresponding data matrix of observed covariates where, n and p denote the size of the observed sample and the number of covariates respectively, with np. Each of the n rows of 𝐗 denotes one set of observations for the p dimensional covariate and the respective entry of 𝐘 denotes the corresponding observed outcome.

Data Pre-processing: Assume that 𝐘 and each of the p columns of 𝐗 have already been centered so that all of them have zero empirical means. This centering step is crucial (at least for the columns of 𝐗) since PCR involves the use of PCA on 𝐗 and PCA is sensitive to centering of the data.

Underlying Model: Following centering, the standard Gauss-Markov linear regression model for 𝐘 on 𝐗 can be represented as: 𝐘=𝐗𝜷+𝜺 where, 𝜷p denotes the unknown parameter vector of regression coefficients and 𝜺 denotes the vector of random errors with E(𝜺)=𝟎 and Var(𝜺)=σ2In×n for some unknown variance parameter σ2>0

Objective: The primary goal is to obtain an efficient estimator 𝜷^ for the parameter 𝜷, based on the data. One frequently used approach for this is ordinary least squares regression which, assuming 𝐗 is full column rank, gives the unbiased estimator: 𝜷^ols=(𝐗T𝐗)1𝐗T𝐘 of 𝜷. PCR is another technique that may be used for the same purpose of estimating 𝜷.

PCA Step: PCR starts by performing a PCA on the centered data matrix 𝐗. For this, let 𝐗=UΔVT denote the singular value decomposition of 𝐗 where, Δp×p=diag[δ1,...,δp] with δ1...δp0 denoting the non-negative singular values of 𝐗, while the columns of Un×p=[𝐮1,...,𝐮p] and Vp×p=[𝐯1,...,𝐯p] are both orthonormal sets of vectors denoting the left and right singular vectors of 𝐗 respectively.

The Principal Components: VΛVT gives a spectral decomposition of 𝐗T𝐗 where Λp×p=diag[λ1,...,λp]=diag[δ12,...,δp2]=Δ2 with λ1...λp0 denoting the non-negative eigenvalues (also known as the principal values) of 𝐗T𝐗, while the columns of V denote the corresponding orthonormal set of eigenvectors. Then, 𝐗𝐯j and 𝐯j respectively denote the jth principal component and the jth principal component direction (or, PCA loading) corresponding to the jth largest principal value λj for each j{1,..,p}.

Derived Covariates: For any k{1,...,p}, let Vk denote the p×k matrix with orthonormal columns consisting of the first k columns of V. Let Wk=𝐗Vk =[𝐗𝐯1,..,𝐗𝐯k] denote the n×k matrix having the first k principal components as its columns. W may be viewed as the data matrix obtained by using the transformed covariates 𝐱ik=VkT𝐱ik instead of using the original covariates 𝐱ip1in.

The PCR Estimator: Let γ^k=(WkTWk)1WkT𝐘k denote the vector of estimated regression coefficients obtained by ordinary least squares regression of the response vector 𝐘 on the data matrix Wk. Then, for any k{1,...,p}, the final PCR estimator of 𝜷 based on using the first k principal components is given by: 𝜷^k=Vkγ^kp.

Fundamental Characteristics and Applications of the PCR Estimator

Two Basic Properties

The fitting process for obtaining the PCR estimator involves regressing the response vector on the derived data matrix Wk which has orthogonal columns for any k{1,...,p} since the principal components are mutually orthogonal to each other. Thus in the regression step, performing a multiple linear regression jointly on the k selected principal components as covariates is equivalent to carrying out k independent simple linear regressions (or, univariate regressions) separately on each of the k selected principal components as a covariate.

When all the principal components are selected for regression so that k=p, then the PCR estimator is equivalent to the ordinary least squares estimator. Thus, 𝜷^p=𝜷^ols. This is easily seen from the fact that Wp=𝐗Vp=𝐗V and also observing that V is an orthogonal matrix.

Variance Reduction

For any k{1,...,p}, the variance of 𝜷^k is given by: Var(𝜷^k)=σ2Vk(WkTWk)1VkT=σ2Vkdiag(λ11,..,λk1)VkT=σ2j=1k𝐯j𝐯jTλj.

In particular, Var(𝜷^p)=Var(𝜷^ols)=σ2j=1p𝐯j𝐯jTλj. Hence, Var(𝜷^ols)Var(𝜷^k)=σ2j=k+1p𝐯j𝐯jTλj for any k{1,...,(p1)}.

Thus, for any k{1,...,p},Var(𝜷^ols)Var(𝜷^k)0 where A0 indicates that a square symmetric matrix A is non-negative definite. Consequently, any given linear form of the PCR estimator has a lower variance compared to that of the same linear form of the ordinary least squares estimator.

Addressing Multicollinearity

Under multicollinearity, two or more of the covariates are highly correlated, so that one can be linearly predicted from the others with a non-trivial degree of accuracy. Consequently, the columns of the data matrix 𝐗 that correspond to the observations for these covariates tend to become linearly dependent and therefore, 𝐗 tends to become rank deficient losing its full column rank structure. More quantitatively, one or more of the smaller eigenvalues of 𝐗T𝐗 get(s) very close or, become(s) exactly equal to 0 under such situations. The variance expressions above indicate that these small eigenvalues have the maximum inflation effect on the variance of the least squares estimator, thereby destabilizing the estimator significantly when they are close to 0. This issue can be effectively addressed through using a PCR estimator obtained by excluding the principal components corresponding to these small eigenvalues.

Dimension Reduction

PCR may also be used for performing dimension reduction. To see this, let Lk denote any p×k matrix having orthonormal columns, for any k{1,...,p}. Suppose now that we want to approximate each of the covariate observations 𝐱i through the rank k linear transformation Lk𝐳i for some 𝐳ik(1in).

Then, it can be shown that i=1n𝐱iLk𝐳i2 is minimized at Lk=Vk the matrix with the first k principal component directions as columns, and 𝐳i=𝐱ik=VkT𝐱i the corresponding k dimensional derived covariates. Thus the k dimensional principal components provide the best linear approximation of rank k to the observed data matrix 𝐗.

The corresponding reconstruction error is given by: i=1n𝐱iVk𝐱ik2=j=k+1n(λj) for any 1k<p and, i=1n𝐱iVk𝐱ik2=0, for k=p.

Thus any potential dimension reduction may be achieved by choosing k, the number of principal components to be used, through appropriate thresholding on the cumulative sum of the eigenvalues of 𝐗T𝐗. Since the smaller eigenvalues do not contribute significantly to the cumulative sum, the corresponding principal components may be continued to be dropped as long as the desired threshold limit is not exceeded. The same criteria may also be used for addressing the multicollinearity issue whereby the principal components corresponding to the smaller eigenvalues may be ignored as long as the threshold limit is maintained.

Regularization Effect

Since the PCR estimator typically uses only a subset of all the principal components for regression, it can be viewed as some sort of a regularized procedure. More specifically, for any 1k<p, the PCR estimator 𝜷^k denotes the regularized solution to the following constrained minimization problem:

min𝜷p𝐘𝐗𝜷2 subject to 𝜷{𝐯k+1,...,𝐯p}. The constraint may be equivalently written as: V(pk)T𝜷=𝟎 where, V(pk)=[𝐯k+1,...,𝐯p]p×(pk).

Thus, when only a proper subset of all the principal components are selected for regression, the PCR estimator so obtained is based on a hard form of regularization that constrains the resulting solution to the column space of the selected principal component directions, and consequently restricts it to be orthogonal to the excluded directions.

Optimality of PCR among a Class of Regularized Estimators

Given the constrained minimization problem as defined above, let us consider the following generalized version of it:

min𝜷p𝐘𝐗𝜷2 subject to L(pk)T𝜷=𝟎 where, L(pk) denotes any full column rank matrix of order p×(pk) with 1k<p.

Let 𝜷^L denote the corresponding solution. Thus 𝜷^L=argmin𝜷p𝐘𝐗𝜷2 subject to L(pk)T𝜷=𝟎. Then, Park (1981) [3] showed that the optimal choice of the restriction matrix L(pk) for which the corresponding estimator 𝜷^L achieves the minimum prediction error is given by:

L(pk)=V(pk)Λ(pk)1/2 where, Λ(pk)1/2=diag(λk+11/2,...,λp1/2). Quite clearly, the resulting optimal estimator 𝜷^L is then simply given by the PCR estimator 𝜷^k based on the first k principal components.

Efficiency

Since the ordinary least squares estimator is unbiased for 𝜷, we have: Var(𝜷^ols)=MSE(𝜷^ols) where, MSE denotes the mean squared error. Now, if for some k{1,...,p}, we additionally have: V(pk)T𝜷=𝟎, then the corresponding 𝜷^k is also unbiased for 𝜷 and therefore Var(𝜷^k)=MSE(𝜷^k) as well.

Since we have already seen that Var(𝜷^ols)Var(𝜷^j) 01jp, this would then imply: MSE(𝜷^ols)MSE(𝜷^k)0 for that particular k. Thus in that case, the corresponding 𝜷^k would be a more efficient estimator of 𝜷 compared to 𝜷^ols, based on using the mean squared error as the performance criteria. In addition, any given linear form of the corresponding 𝜷^k would also have a lower mean squared error compared to that of the same linear form of 𝜷^ols.

Suppose now that for a given k{1,...,p}, V(pk)T𝜷𝟎. Then the corresponding 𝜷^k is biased for 𝜷. However, since Var(𝜷^ols)Var(𝜷^k) is 01kp, it is still possible that MSE(𝜷^ols)MSE(𝜷^k)0, especially if k is such that the excluded principal components correspond to the smaller eigenvalues, thereby resulting in lower bias.

In order to ensure efficient estimation and prediction performance of PCR as an estimator of 𝜷, Park (1981) [3] proposes the following guideline for selecting the principal components to be used for regression: Drop the jth principal component if and only if λj<(pσ2)/𝜷T𝜷. Practical implementation of this guideline of course requires estimates for the unknown model parameters σ2 and 𝜷. In general, they may be estimated using the unrestricted least squares estimates obtained from the original full model. Park (1981) [3] however provides a slightly modified set of estimates that may be better suited for this purpose.

Unlike the criteria based on the cumulative sum of the eigenvalues of 𝐗T𝐗, which is probably more suited for addressing the multicollinearity problem and for performing dimension reduction, the above criteria actually attempts to improve the prediction and estimation efficiency of the PCR estimator by involving both the outcome as well as the covariates in the process of selecting the principal components to be used in the regression step. Alternative approaches with similar goals include selection of the principal components based on cross-validation or the Mallows's Cp criteria. Often, the principal components are also selected based on their degree of association with the outcome.

Shrinkage Effect of PCR

In general, PCR is essentially a shrinkage estimator that usually retains the high variance principal components (corresponding to the higher eigenvalues of 𝐗T𝐗) as covariates in the model and discards the remaining low variance components (corresponding to the lower eigenvalues of 𝐗T𝐗). Thus it exerts a discrete shrinkage effect on the low variance components nullifying their contribution completely in the original model. In contrast, the ridge regression estimator exerts a smooth shrinkage effect through the regularization parameter (or, the tuning parameter) inherently involved in its construction. While it does not completely discard any of the components, it exerts a shrinkage effect over all of them in a continuous manner so that the extent of shrinkage is higher for the low variance components and lower for the high variance components. Frank and Friedman (1993)[4] conclude that for the purpose of prediction itself, the ridge estimator, owing to its smooth shrinkage effect, is perhaps a better choice compared to the PCR estimator having a discrete shrinkage effect.

In addition, the principal components are obtained from the eigen-decomposition of 𝐗 that involves the observations for the explanatory variables only. Therefore the resulting PCR estimator obtained from using these principal components as covariates need not necessarily have satisfactory predictive performance for the outcome. A somewhat similar estimator that tries to address this issue through its very construction is the partial least squares (PLS) estimator. Similar to PCR, PLS also uses derived covariates of lower dimensions. However unlike PCR, the derived covariates for PLS are obtained based on using both the outcome as well as the covariates. While PCR seeks the high variance directions in the space of the covariates, PLS seeks the directions in the covariate space that are most useful for the prediction of the outcome.

Recently, a variant of the classical PCR known as the Supervised PCR was proposed by Bair, Hastie, Paul and Tibshirani (2006).[5] In a spirit similar to that of PLS, it attempts at obtaining derived covariates of lower dimensions based on a criteria that involves both the outcome as well as the covariates. The method starts by performing a set of p simple linear regressions (or, univariate regressions) wherein the outcome vector is regressed separately on each of the p covariates taken one at a time. Then, for some m{1,..,p}, the first m covariates that turn out to be the most correlated with the outcome (based on the degree of significance of the corresponding estimated regression coefficients) are selected for further use. A conventional PCR, as described earlier, is then performed, but now it is based on only the n×m data matrix corresponding to the observations for the selected covariates. The number of covariates used: m{1,..,p} and the subsequent number of principal components used: k{1,..,m} are usually selected by cross-validation.

Generalization to Kernel Settings

The classical PCR method as described above is based on classical PCA and considers a linear regression model for predicting the outcome based on the covariates. However, it can be easily generalized to a kernel machine setting whereby the regression function need not necessarily be linear in the covariates, but instead it can belong to the Reproducing Kernel Hilbert Space associated with any arbitrary (possibly non-linear), symmetric positive-definite kernel. The linear regression model turns out to be a special case of this setting when the kernel function is chosen to be the linear kernel.

In general, under the kernel machine setting, the vector of covariates is first mapped into a high dimensional (potentially infinite dimensional) feature space characterized by the kernel function chosen. The mapping so obtained is known as the feature map and each of its coordinates, also known as the feature elements, corresponds to one feature (may be linear or, non-linear) of the covariates. The regression function is then assumed to be a linear combination of these feature elements. Thus, the underlying regression model in the kernel machine setting is essentially a linear regression model with the understanding that instead of the original set of covariates, the predictors are now given by the vector (potentially infinite dimensional) of feature elements obtained by transforming the actual covariates using the feature map.

However, the kernel trick actually enables us to operate in the feature space without ever explicitly computing the feature map. It turns out that it is only sufficient to compute the pairwise inner products among the feature maps for the observed covariate vectors and these inner products are simply given by the values of the kernel function evaluated at the corresponding pairs of covariate vectors. The pairwise inner products so obtained may therefore be represented in the form of a n×n symmetric non-negative definite matrix also known as the kernel matrix.

PCR in the kernel machine setting can now be implemented by first appropriately centering this kernel matrix (K, say) with respect to the feature space and then performing a kernel PCA on the centered kernel matrix (K', say) whereby an eigendecomposition of K' is obtained. Kernel PCR then proceeds by (usually) selecting a subset of all the eigenvectors so obtained and then performing a standard linear regression of the outcome vector on these selected eigenvectors. The eigenvectors to be used for regression are usually selected using cross-validation. The estimated regression coefficients (having the same dimension as the number of selected eigenvectors) along with the corresponding selected eigenvectors are then used for predicting the outcome for a future observation. In machine learning, this technique is also known as spectral regression.

Clearly, kernel PCR has a discrete shrinkage effect on the eigenvectors of K', quite similar to the discrete shrinkage effect of classical PCR on the principal components, as discussed earlier. However, it should be noted that the feature map associated with the chosen kernel could potentially be infinite dimensional, and hence the corresponding principal components and principal component directions could be infinite dimensional as well. Therefore these quantities are often practically intractable under the kernel machine setting. Kernel PCR essentially works around this problem by considering an equivalent dual formulation based on using the spectral decomposition of the associated kernel matrix. Under the linear regression model (which corresponds to choosing the kernel function as the linear kernel), this amounts to considering a spectral decomposition of the corresponding n×n kernel matrix 𝐗𝐗T and then regressing the outcome vector on a selected subset of the eigenvectors of 𝐗𝐗T so obtained. It can be easily shown that this is the same as regressing the outcome vector on the corresponding principal components (which are finite dimensional in this case), as defined in the context of the classical PCR. Thus, for the linear kernel, the kernel PCR based on a dual formulation is exactly equivalent to the classical PCR based on a primal formulation. However, for arbitrary (and possibly non-linear) kernels, this primal formulation may become intractable owing to the infinite dimensionality of the associated feature map. Thus classical PCR becomes practically infeasible in that case, but kernel PCR based on the dual formulation still remains valid and computationally scalable.

See also

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

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

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

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

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

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

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

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  2. Dodge, Y. (2003) The Oxford Dictionary of Statistical Terms, OUP. ISBN 0-19-920613-9
  3. 3.0 3.1 3.2 One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

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

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

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

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

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

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  4. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

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

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

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

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

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

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  5. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

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

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

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

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

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

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang


Summary

Description
English: Modified Newton fractal, a=2.1,p=z4+3i1
Date 14 April 2008 (original upload date)
Source Own work (Original text: self-made)
Author Asympt (talk)

Licensing

Public domain This work has been released into the public domain by its author, Asympt at English Wikipedia. This applies worldwide.
In some countries this may not be legally possible; if so:
Asympt grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Original upload log

The original description page was here. All following user names refer to en.wikipedia.
Date/Time Dimensions User Comment
2008-04-14 12:06 731×733× (381652 bytes) Asympt {{Information |Description=Modified Newton fractal, <math>a=2.1, p=z^{4+3i}-1</math> |Source=self-made |Date= |Location= |Author=~~~ |other_versions= }}

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

381,652 byte

733 pixel

731 pixel

image/png

ae7fbca4ded960f5f9e98d196061449a39dc6ba9

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:30, 28 October 2017Thumbnail for version as of 13:30, 28 October 2017731 × 733 (373 KB)wikimediacommons>ArgonSimTransferred from en.wikipedia

There are no pages that use this file.