Content deleted Content added
m moved IPO Underpricing Algorithms to IPO underpricing algorithm: Singular, per WP:TITLE, and generic lowercase |
|||
Line 2:
'''[[Initial_public_offering#Pricing|IPO underpricing]]''', is the increase in stock value from the initial offering price to the first-day closing price. Many believe that underpriced IPOs leave money on the table for corporations, but some believe that underpricing is inevitable. Investors state that underpricing signals high interest to the market which increases the demand. On the other hand, overpriced stocks will drop long-term as the price stabilizes so underpricing may keep the issuers safe from investor litigation.
==IPO
[[Underwriters]]
Underpricing may also be caused by investor over-reaction causing spikes on the initial days of trading. The IPO pricing process is similar to pricing new and unique products where there is sparse data on market demand, product acceptance, or competitive response. Thus it is difficult to determine a clear price which is compounded by the different goals issuers and investors have.
Line 9:
The problem with developing algorithms to determine underpricing is dealing with [[Statistical noise|noisy]], complex, and unordered data sets. Additionally, people, environment, and various environmental conditions introduce irregularities in the data. To resolve these issues, researchers have found various techniques from [[Artificial Intelligence]] that [[Normalization (statistics)|normalizes]] the data.
==Artificial
[[Artificial
In [[supervised learning]] models, there are tests that are needed to pass to reduce mistakes. Usually, when mistakes are encountered i.e. test output does not match test input, the algorithms use [[back propagation]] to fix mistakes. Whereas in [[unsupervised learning]] models, the input is classified based on which problems need to be resolved.
Line 21:
They reduce the amount of errors by trying to find the best route and weight through the neural network which is an evolutionary algorithm.
==Evolutionary
[[Evolutionary programming]] is often paired with other algorithms e.g. [[Artificial neural network|ANN]] to improve the robustness, reliability, and adaptability. Evolutionary models reduce error rates by allowing the numerical values to change within the fixed structure of the program. Designers provide their algorithms the variables, they then provide training data to help the program generate rules defined in the input space that make a prediction in the output variable space.
In this approach, the solution is made an individual and the population is made of alternatives. However, the outliers cause the individuals to act unexpectedly as they try to create rules to explain the whole set.
===Rule-based
For example, Quintana<ref>{{cite journal|last=Quintana|first=David|coauthors=Cristóbal Luque and Pedro Isasi|title=Evolutionary rule-based system for IPO underpricing prediction|journal=In Proceedings of the 2005 conference on Genetic and evolutionary computation (GECCO '05)|year=2005|pages=983–989}}</ref> first abstracts a model with 7 major variables. The rules evolved from the Evolutionary Computation system developed at Michigan and Pittsburgh:
* Underwriter
* Price
* Price
* Offering
* Retained
* Offering
* Technology – Is this a technology company? 1 for true, 0 otherwise.
Quintana uses these factors as signals that investors focus on. The algorithm his team explains shows how a prediction with a high-degree of confidence is possible with just a subset of the data.
===Two-layered
Luque<ref>{{cite journal|last=Luque|first=Cristóbal|coauthors=David Quintana, J. M. Valls, and Pedro Isasi|title=Two-layered evolutionary forecasting for IPO underpricing|journal=In Proceedings of the Eleventh conference on Congress on Evolutionary Computation (CEC'09)|year=2009|pages=
==Agent-
Currently, many of the algorithms assume homogeneous and rational behavior among investors. However, there’s an alternative approach being researched to financial modeling called [[Agent-based model|
== References ==
|