SlideShare uma empresa Scribd logo
1 de 33
Baixar para ler offline
5th International Summer School
Achievements and Applications of Contemporary Informatics,
Mathematics and Physics
National University of Technology of the Ukraine
Kiev, Ukraine, August 3-15, 2010




    A Classification Problem of Credit Risk Rating
              Investigated and Solved by
           Optimization of the ROC Curve

                                         Gerhard-Wilhelm Weber          *

                                   Kasırga Yıldırak and Efsun Kürüm

              Institute of Applied Mathematics, Middle East Technical University, Ankara, Turkey

                   •    Faculty of Economics, Management and Law, University of Siegen, Germany
                       Center for Research on Optimization and Control, University of Aveiro, Portugal
                                      Universiti Teknologi Malaysia, Skudai, Malaysia
Outline

•   Main Problem from Credit Default

•   Logistic Regression and Performance Evaluation

•   Cut-Off Values and Thresholds

•   Classification and Optimization

•   Nonlinear Regression

•   Numerical Results

•   Outlook and Conclusion
Main Problem from Credit Default



     Whether a credit application should be consented or rejected.




Solution

     Learning about the default probability of the applicant.
Main Problem from Credit Default



     Whether a credit application should be consented or rejected.




Solution

     Learning about the default probability of the applicant.
Logistic Regression



      P(Y 1 X    xl )
log                     β0   β1 xl1 β2 xl 2      β p xlp
      P(Y   0X   xl )

                                              (l 1, 2,..., N )
Goal

Our study is based on one of the Basel II criteria which
recommend that the bank should divide corporate firms by
8 rating degrees with one of them being the default class.


We have two problems to solve here:
 To distinguish the defaults from non-defaults.

 To put non-default firms in an order based on their credit quality

  and classify them into (sub) classes.
Data

 Data have been collected by a bank from the firms operating in the
  manufacturing sector in Turkey.
 They cover the period between 2001 and 2006.
 There are 54 qualitative variables and 36 quantitative variables originally.
 Data on quantitative variables are formed based on a balance sheet
  submitted by the firms’ accountants.
  Essentially, they are the well-known financial ratios.
 The data set covers 3150 firms from which 92 are in the state of default.
  As the number of default is small, in order to overcome the possible
  statistical problems, we downsize the number to 551,
  keeping all the default cases in the set.
We evaluate performance of the model

non-default                      default
cases                            cases
              cut-off value



                                                                       ROC curve

                              test result value




                                                  TPF, sensitivity



                                                                     FPF, 1-specificity
Model outcome versus truth



                                           truth

                                    d                   n

                               True Positive       False Positive
                                  Fraction            Fraction
                          dı
                                    TPF                 FPF
          model outcome

                               False Negative      True Negative
                          nı      Fraction            Fraction

                                    FNF                TNF


                                     1                   1

                                               total
Definitions



 • sensitivity (TPF) := P( Dı | D)
 • specificity        := P( NDı | ND )
 • 1-specificity (FPF) := P( Dı | ND )

 • points (TPF, FPF) constitute the ROC curve
 • c := cut-off value
 • c takes values between -      and


 • TPF(c) := P( z>c | D )
 • FPF(c) := P( z>c | ND )
normal-deviate axes
TPF




                                     Normal Deviate (TPF)
                               FPF




  FPF(ci ) : Φ( ci )
  TPF (ci ) : Φ(a b ci )

           μn - μs        σn
      a:             b:
             σs           σs
                                                            Normal Deviate (FPF)
normal-deviate axes
TPF




                               t

                                         Normal Deviate (TPF)
                                   FPF




  FPF(ci ) : Φ( ci )
  TPF (ci ) : Φ(a b ci )
                                                                                  c

           μn - μs        σn
      a:             b:
             σs           σs
                                                                Normal Deviate (FPF)
Classification

    Ex.:         cut-off values




           actually non-default                                          actually default
                 cases                                                             cases

                                                                                            c

                            class I   class II   class III class IV   class V


   To assess discriminative power of such a model,
   we calculate the Area Under (ROC) Curve:



                        AUC :              Φ(a b c) d Φ (c).
relationship between thresholds and cut-off values


    Ex.:
               TPF




                                                   FPF

                     t0   t1   t2   t3   t4   t5         R=5



                  Φ(c)     t         c   Φ 1(t )
Optimization in Credit Default



    Problem:


    Simultaneously to obtain the thresholds and the parameters a and b
    that maximize AUC,

    while balancing the size of the classes (regularization)


    and guaranteeing a good accuracy.
Optimization Problem


                                                                                      2
              1                                      R 1
                                     -1                          i
 max α1 Φ( a                 b Φ (t )) dt α2                         (ti   1   ti )
                                                      i 0
                                                                 n
 a,b,         0


                        ti    1
        subject to                Φ(a b Φ 1(t ))d t         δi       (i    0,1,..., R 1)
                         ti




         τ : (t1 , t2 ,..., tR -1 )T       t0   0,   tR     1
Optimization Problem


                                                                                      2
              1                                      R 1
                                     -1                          i
 max α1 Φ( a                 b Φ (t )) dt α2                         (ti   1   ti )
                                                      i 0
                                                                 n
 a,b,         0


                        ti    1
        subject to                Φ(a b Φ 1 (t ))d t        δi   0   (i    0,1,..., R 1)
                         ti
                                                          ti 1 ti


         τ : (t1 , t2 ,..., tR -1 )T       t0   0,   tR     1
Over the ROC Curve

         TPF

                    1-AUC



                                     AUC




                                                      FPF

               t0     t1        t2     t3   t4   t5


                           1
        AOC :                  (1 Φ(a b Φ 1 (t ))) dt
                           0
New Version of the Optimization Problem


                                                    2
                R 1                                             1
                                  i                                                  1
 min       α2                          (ti 1 ti )       α 1 (1 Φ(a b                     (t ))) dt
 a, b, τ                          n
                i 0                                             0




      subject to

                      t
                          j 1
                                                        1
                                      (1 Φ(a b              (t ))) dt   tj   1   t j δj      ( j 0,1, ..., R 1)
                          t
                              j
Regression in Credit Default


    Optimization problem:

    Simultaneously to obtain the thresholds and the parameters a and b
    that maximize AUC,
    while balancing the size of the classes (regularization)
    and guaranteeing a good accuracy




                                            discretization of integral
                                            nonlinear regression problem
Discretization of the Integral


    Riemann-Stieltjes integral


                 AUC               Φ(a    b c) dΦ(c)

     Riemann integral
                          1
                 AUC          Φ(a b Φ 1 (t )) dt
                          0
     Discretization
                              R
                 AUC              Φ(a b Φ 1(tk )) Δtk
                           k 1
Optimization Problem with Penalty Parameters

 In the case of violation of anyone of these constraints, we introduce penalty
 parameters. As some penalty becomes increased, the iterates are forced
 towards the feasible set of the optimization problem.


                                                    2
                          R 1                                     1
    ΠΘ ( a,b, τ ) :               i    (ti 1 ti )                     (1- Φ( a b
                                                                                        -1
                                                                                             (t ))) dt
                      2                                       1
                          i 0
                                  n                               0




                              R-1                       tj 1
                                                                                         1
                          3           θj   δj                  Φ(a b                          (t ))) dt
                                j 0                      tj

                                                                  :      j ( a , b,     )


 Θ : (θ1, θ2 ,..., θ R 1 )T                                       θj     0         (j        0,1, ..., R 1)
Optimization Problem                                       further discretized



                                             2
                  R 1                                      R
ΠΘ (a,b, )   α2         i   (ti 1 ti )                α1         ( (1- Φ(a b      1
                                                                                      (t j ))) Δt j )2
                  i 0
                        n                                  j 1



                                                                                                            2
                                                 nj                                         δj
                                                                                                      Δην
                                 R-1
                                                                         1(
                              3.         j                  Φ(a b              j ))                     j
                                j 0              ν 0                                   tj   1    tj
Optimization Problem                                       further discretized



                                             2
                  R 1                                      R
ΠΘ (a,b, )   α2         i   (ti 1 ti )                α1         ( (1- Φ(a b        1
                                                                                        (t j ))) Δt j )2
                  i 0
                        n                                  j 1



                                                                                                             2
                                                 nj                                          δj
                                                                                                       Δην
                                   R-1
                                                                        1(
                              3.         j                 Φ( a b            j ))                        j
                                 j 0             ν 0                                    tj   1    tj
Nonlinear Regression


                          N                      2
         min f                    dj   g xj ,
                          j 1
                          N
                    :           f j2
                          j 1




                                                                               T
                                                F( ) :   f1 ( ),..., f N ( )



        min f ( )       F T ( )F ( )
Nonlinear Regression

                                                             k 1   :   k   qk
 • Gauss-Newton method :


                           T
                    F( )       F ( )q      F ( )F ( )




 • Levenberg-Marquardt method :
                                                                           0

                           T
                    F( )       F( )     Ip q    F ( )F ( )
Nonlinear Regression


alternative solution



 min    t,
  t,q

                               T
 subject to         F( )           F( )   Ip q   F ( )F ( )       t, t   0,
                                                              2

                  || Lq || 2       M




conic quadratic programming
Nonlinear Regression


alternative solution



 min    t,
  t,q

                               T
 subject to         F( )           F( )   Ip q   F ( )F ( )       t, t   0,
                                                              2

                  || Lq || 2       M




conic quadratic programming

interior point methods
Numerical Results

                                         Initial Parameters
                a          b                      Threshold values (t)

                1         0.95      0.0006 0.0015 0.0035 0.01 0.035 0.11 0.35

               1.5        0.85      0.0006 0.0015 0.0035 0.01 0.035 0.11 0.35
               0.80       0.95      0.0006 0.0015 0.0035 0.01 0.035 0.11 0.35
                2         0.70      0.0006 0.0015 0.0035 0.01 0.035 0.11 0.35




                                         Optimization Results
           a          b                        Threshold values (t)               AUC

          0.9999 0.9501          0.0004 0.0020 0.0032 0.012 0.03537 0.09 0.3400   0.8447

          1.4999 0.8501          0.0003 0.0017 0.0036 0.011 0.03537 0.10 0.3500   0.9167

          0.7999 0.9501          0.0004 0.0018 0.0032 0.011 0.03400 0.10 0.3300   0.8138

          2.0001 0.7001          0.0004 0.0020 0.0031 0.012 0.03343 0.11 0.3400   0.9671
Numerical Results

                                Accuracy Error in Each Class
               I          II        III         IV           V         VI        VII       VIII
            0.0000     0.0000     0.0000     0.0001 0.0001 0.0010              0.0010 0.0075
            0.0000     0.0000     0.0000     0.0001 0.0001 0.0010              0.0018 0.0094

            0.0000     0.0000     0.0000     0.0000 0.0001 0.0002              0.0018 0.0059

            0.0000     0.0000     0.0000     0.0001 0.0001 0.0006              0.0018 0.0075




                                Number of Firms in Each Class
               I          II         III        IV           V         VI         VII       VIII
               4          56         27       133        115          102         129        61
               2          42         52       120        119          111         120        61

               4          43         40       129        114          116         120        61

               4          56         24       136        106          129         111        61
           Number of firms in each class at the beginning:       10, 26, 58, 106, 134, 121, 111, 61
Generalized Additive Models
References

Aster, A., Borchers, B., and Thurber, C., Parameter Estimation and Inverse Problems, Academic Press, 2004.

Boyd, S., and Vandenberghe, L., Convex Optimization, Cambridge University Press, 2004.

Buja, A., Hastie, T., and Tibshirani, R., Linear smoothers and additive models, The Ann. Stat. 17, 2 (1989)
453-510.
Fox, J., Nonparametric regression, Appendix to an R and S-Plus Companion to Applied Regression,
Sage Publications, 2002.

Friedman, J.H., Multivariate adaptive regression splines, Annals of Statistics 19, 1 (1991) 1-141.

Friedman, J.H., and Stuetzle, W., Projection pursuit regression, J. Amer. Statist Assoc. 76 (1981) 817-823.

Hastie, T., and Tibshirani, R., Generalized additive models, Statist. Science 1, 3 (1986) 297-310.

Hastie, T., and Tibshirani, R., Generalized additive models: some applications, J. Amer. Statist. Assoc.
82, 398 (1987) 371-386.

Hastie, T., Tibshirani, R., and Friedman, J.H., The Element of Statistical Learning, Springer, 2001.

Hastie, T.J., and Tibshirani, R.J., Generalized Additive Models, New York, Chapman and Hall, 1990.
Nash, G., and Sofer, A., Linear and Nonlinear Programming, McGraw-Hill, New York, 1996.
Nemirovski, A., Lectures on modern convex optimization, Israel Institute of Technology (2002).
References

Nemirovski, A., Modern Convex Optimization, lecture notes, Israel Institute of Technology (2005).

Nesterov, Y.E , and Nemirovskii, A.S., Interior Point Methods in Convex Programming, SIAM, 1993.

Önalan, Ö., Martingale measures for NIG Lévy processes with applications to mathematical finance,
presentation in: Advanced Mathematical Methods for Finance, Side, Antalya, Turkey, April 26-29, 2006.

Taylan, P., Weber, G.-W., and Yerlikaya, F., A new approach to multivariate adaptive regression spline
by using Tikhonov regularization and continuous optimization, to appear in TOP, Selected Papers at the
Occasion of 20th EURO Mini Conference (Neringa, Lithuania, May 20-23, 2008).

Stone, C.J., Additive regression and other nonparametric models, Annals of Statistics 13, 2 (1985) 689-705.

Weber, G.-W., Taylan, P., Akteke-Öztürk, B., and Uğur, Ö., Mathematical and data mining contributions
dynamics and optimization of gene-environment networks, in the special issue Organization in Matter
from Quarks to Proteins of Electronic Journal of Theoretical Physics.

Weber, G.-W., Taylan, P., Yıldırak, K., and Görgülü, Z.K., Financial regression and organization, to appear
in the Special Issue on Optimization in Finance, of DCDIS-B (Dynamics of Continuous, Discrete and
Impulsive Systems (Series B)).

Mais conteúdo relacionado

Mais procurados

Performance Maximization of Managed Funds
Performance Maximization of Managed FundsPerformance Maximization of Managed Funds
Performance Maximization of Managed Funds
guasoni
 
UT Austin - Portugal Lectures on Portfolio Choice
UT Austin - Portugal Lectures on Portfolio ChoiceUT Austin - Portugal Lectures on Portfolio Choice
UT Austin - Portugal Lectures on Portfolio Choice
guasoni
 
Pages from ludvigson methodslecture 2
Pages from ludvigson methodslecture 2Pages from ludvigson methodslecture 2
Pages from ludvigson methodslecture 2
NBER
 
Lecture on nk [compatibility mode]
Lecture on nk [compatibility mode]Lecture on nk [compatibility mode]
Lecture on nk [compatibility mode]
NBER
 
Transaction Costs Made Tractable
Transaction Costs Made TractableTransaction Costs Made Tractable
Transaction Costs Made Tractable
guasoni
 
Dynamic Trading Volume
Dynamic Trading VolumeDynamic Trading Volume
Dynamic Trading Volume
guasoni
 

Mais procurados (11)

On Foundations of Parameter Estimation for Generalized Partial Linear Models ...
On Foundations of Parameter Estimation for Generalized Partial Linear Models ...On Foundations of Parameter Estimation for Generalized Partial Linear Models ...
On Foundations of Parameter Estimation for Generalized Partial Linear Models ...
 
PAWL - GPU meeting @ Warwick
PAWL - GPU meeting @ WarwickPAWL - GPU meeting @ Warwick
PAWL - GPU meeting @ Warwick
 
Anomaly Detection Using Projective Markov Models
Anomaly Detection Using Projective Markov ModelsAnomaly Detection Using Projective Markov Models
Anomaly Detection Using Projective Markov Models
 
Incomplete-Market Equilibrium with Unhedgeable Fundamentals and Heterogeneous...
Incomplete-Market Equilibrium with Unhedgeable Fundamentals and Heterogeneous...Incomplete-Market Equilibrium with Unhedgeable Fundamentals and Heterogeneous...
Incomplete-Market Equilibrium with Unhedgeable Fundamentals and Heterogeneous...
 
Performance Maximization of Managed Funds
Performance Maximization of Managed FundsPerformance Maximization of Managed Funds
Performance Maximization of Managed Funds
 
UT Austin - Portugal Lectures on Portfolio Choice
UT Austin - Portugal Lectures on Portfolio ChoiceUT Austin - Portugal Lectures on Portfolio Choice
UT Austin - Portugal Lectures on Portfolio Choice
 
Pages from ludvigson methodslecture 2
Pages from ludvigson methodslecture 2Pages from ludvigson methodslecture 2
Pages from ludvigson methodslecture 2
 
Hedging, Arbitrage, and Optimality with Superlinear Frictions
Hedging, Arbitrage, and Optimality with Superlinear FrictionsHedging, Arbitrage, and Optimality with Superlinear Frictions
Hedging, Arbitrage, and Optimality with Superlinear Frictions
 
Lecture on nk [compatibility mode]
Lecture on nk [compatibility mode]Lecture on nk [compatibility mode]
Lecture on nk [compatibility mode]
 
Transaction Costs Made Tractable
Transaction Costs Made TractableTransaction Costs Made Tractable
Transaction Costs Made Tractable
 
Dynamic Trading Volume
Dynamic Trading VolumeDynamic Trading Volume
Dynamic Trading Volume
 

Destaque

Receiver Operating Characteristic (ROC) curve analysis. 19.12
Receiver Operating Characteristic (ROC) curve analysis. 19.12Receiver Operating Characteristic (ROC) curve analysis. 19.12
Receiver Operating Characteristic (ROC) curve analysis. 19.12
Kenisha S Russell Jonsson
 
TransactionBasedAnalytics2010
TransactionBasedAnalytics2010TransactionBasedAnalytics2010
TransactionBasedAnalytics2010
Vijay Desai
 
Risk Asessment Presentation 19th Sept - Chris Delves
Risk Asessment Presentation 19th Sept - Chris DelvesRisk Asessment Presentation 19th Sept - Chris Delves
Risk Asessment Presentation 19th Sept - Chris Delves
Kerryanne Wilde
 
Credit Scoring
Credit ScoringCredit Scoring
Credit Scoring
MABSIV
 
Model building in credit card and loan approval
Model building in credit card and loan approval Model building in credit card and loan approval
Model building in credit card and loan approval
Venkata Reddy Konasani
 

Destaque (20)

Roc
RocRoc
Roc
 
How to read a receiver operating characteritic (ROC) curve
How to read a receiver operating characteritic (ROC) curveHow to read a receiver operating characteritic (ROC) curve
How to read a receiver operating characteritic (ROC) curve
 
Roc Search
Roc SearchRoc Search
Roc Search
 
General Introduction to ROC Curves
General Introduction to ROC CurvesGeneral Introduction to ROC Curves
General Introduction to ROC Curves
 
Receiver Operating Characteristic (ROC) curve analysis. 19.12
Receiver Operating Characteristic (ROC) curve analysis. 19.12Receiver Operating Characteristic (ROC) curve analysis. 19.12
Receiver Operating Characteristic (ROC) curve analysis. 19.12
 
Roc curve, analytics
Roc curve, analyticsRoc curve, analytics
Roc curve, analytics
 
TransactionBasedAnalytics2010
TransactionBasedAnalytics2010TransactionBasedAnalytics2010
TransactionBasedAnalytics2010
 
Risk Asessment Presentation 19th Sept - Chris Delves
Risk Asessment Presentation 19th Sept - Chris DelvesRisk Asessment Presentation 19th Sept - Chris Delves
Risk Asessment Presentation 19th Sept - Chris Delves
 
AUC: at what cost(s)?
AUC: at what cost(s)?AUC: at what cost(s)?
AUC: at what cost(s)?
 
ID3 Algorithm & ROC Analysis
ID3 Algorithm & ROC AnalysisID3 Algorithm & ROC Analysis
ID3 Algorithm & ROC Analysis
 
Population Stability Index(PSI) for Big Data World
Population Stability Index(PSI) for Big Data WorldPopulation Stability Index(PSI) for Big Data World
Population Stability Index(PSI) for Big Data World
 
05 powerpoint-alessandra young
05 powerpoint-alessandra young05 powerpoint-alessandra young
05 powerpoint-alessandra young
 
Logistic Modeling with Applications to Marketing and Credit Risk in the Autom...
Logistic Modeling with Applications to Marketing and Credit Risk in the Autom...Logistic Modeling with Applications to Marketing and Credit Risk in the Autom...
Logistic Modeling with Applications to Marketing and Credit Risk in the Autom...
 
Measurement errors, Statistical Analysis, Uncertainty
Measurement errors, Statistical Analysis, UncertaintyMeasurement errors, Statistical Analysis, Uncertainty
Measurement errors, Statistical Analysis, Uncertainty
 
Credit Scoring
Credit ScoringCredit Scoring
Credit Scoring
 
Credit scoring
Credit scoringCredit scoring
Credit scoring
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Model building in credit card and loan approval
Model building in credit card and loan approval Model building in credit card and loan approval
Model building in credit card and loan approval
 
Credit Risk Model Building Steps
Credit Risk Model Building StepsCredit Risk Model Building Steps
Credit Risk Model Building Steps
 
Predictive Model for Loan Approval Process using SAS 9.3_M1
Predictive Model for Loan Approval Process using SAS 9.3_M1Predictive Model for Loan Approval Process using SAS 9.3_M1
Predictive Model for Loan Approval Process using SAS 9.3_M1
 

Semelhante a A Classification Problem of Credit Risk Rating Investigated and Solved by Optimization of the ROC Curve

IGARSS2011 FR3.T08.3 BenDavid.pdf
IGARSS2011 FR3.T08.3 BenDavid.pdfIGARSS2011 FR3.T08.3 BenDavid.pdf
IGARSS2011 FR3.T08.3 BenDavid.pdf
grssieee
 
Quadrature amplitude modulation qam transmitter
Quadrature amplitude modulation qam transmitterQuadrature amplitude modulation qam transmitter
Quadrature amplitude modulation qam transmitter
Asaad Drake
 
2010 APS_ Broadband Characteristics of A Dome Dipole Antenna
2010 APS_ Broadband Characteristics of A Dome Dipole Antenna2010 APS_ Broadband Characteristics of A Dome Dipole Antenna
2010 APS_ Broadband Characteristics of A Dome Dipole Antenna
Jing Zhao
 
A Mathematica tool for rapid estimation of flow conditions within a compressi...
A Mathematica tool for rapid estimation of flow conditions within a compressi...A Mathematica tool for rapid estimation of flow conditions within a compressi...
A Mathematica tool for rapid estimation of flow conditions within a compressi...
Adam Taylor
 
Ee443 phase locked loop - presentation - schwappach and brandy
Ee443   phase locked loop - presentation - schwappach and brandyEe443   phase locked loop - presentation - schwappach and brandy
Ee443 phase locked loop - presentation - schwappach and brandy
Loren Schwappach
 
Alba ffs flim 2012
Alba ffs flim 2012Alba ffs flim 2012
Alba ffs flim 2012
benbarbieri
 
Case Study (All)
Case Study (All)Case Study (All)
Case Study (All)
gudeyi
 

Semelhante a A Classification Problem of Credit Risk Rating Investigated and Solved by Optimization of the ROC Curve (20)

Prediction of Credit Default by Continuous Optimization
Prediction of Credit Default by Continuous OptimizationPrediction of Credit Default by Continuous Optimization
Prediction of Credit Default by Continuous Optimization
 
IGARSS2011 FR3.T08.3 BenDavid.pdf
IGARSS2011 FR3.T08.3 BenDavid.pdfIGARSS2011 FR3.T08.3 BenDavid.pdf
IGARSS2011 FR3.T08.3 BenDavid.pdf
 
Quadrature amplitude modulation qam transmitter
Quadrature amplitude modulation qam transmitterQuadrature amplitude modulation qam transmitter
Quadrature amplitude modulation qam transmitter
 
2010 APS_ Broadband Characteristics of A Dome Dipole Antenna
2010 APS_ Broadband Characteristics of A Dome Dipole Antenna2010 APS_ Broadband Characteristics of A Dome Dipole Antenna
2010 APS_ Broadband Characteristics of A Dome Dipole Antenna
 
Approximate Bayesian Computation on GPUs
Approximate Bayesian Computation on GPUsApproximate Bayesian Computation on GPUs
Approximate Bayesian Computation on GPUs
 
Numerical Technique, Initial Conditions, Eos,
Numerical Technique, Initial Conditions, Eos,Numerical Technique, Initial Conditions, Eos,
Numerical Technique, Initial Conditions, Eos,
 
A Mathematica tool for rapid estimation of flow conditions within a compressi...
A Mathematica tool for rapid estimation of flow conditions within a compressi...A Mathematica tool for rapid estimation of flow conditions within a compressi...
A Mathematica tool for rapid estimation of flow conditions within a compressi...
 
Index Determination in DAEs using the Library indexdet and the ADOL-C Package...
Index Determination in DAEs using the Library indexdet and the ADOL-C Package...Index Determination in DAEs using the Library indexdet and the ADOL-C Package...
Index Determination in DAEs using the Library indexdet and the ADOL-C Package...
 
SPM 12 practical course by Volodymyr B. Bogdanov (Kyiv 2015, Day 2)
SPM 12 practical course by Volodymyr B. Bogdanov (Kyiv 2015, Day 2) SPM 12 practical course by Volodymyr B. Bogdanov (Kyiv 2015, Day 2)
SPM 12 practical course by Volodymyr B. Bogdanov (Kyiv 2015, Day 2)
 
Particle filtering
Particle filteringParticle filtering
Particle filtering
 
Ee443 phase locked loop - presentation - schwappach and brandy
Ee443   phase locked loop - presentation - schwappach and brandyEe443   phase locked loop - presentation - schwappach and brandy
Ee443 phase locked loop - presentation - schwappach and brandy
 
Insiders modeling london-2006
Insiders modeling london-2006Insiders modeling london-2006
Insiders modeling london-2006
 
NCE, GANs & VAEs (and maybe BAC)
NCE, GANs & VAEs (and maybe BAC)NCE, GANs & VAEs (and maybe BAC)
NCE, GANs & VAEs (and maybe BAC)
 
Alba ffs flim 2012
Alba ffs flim 2012Alba ffs flim 2012
Alba ffs flim 2012
 
Signal Processing Homework Help
Signal Processing Homework HelpSignal Processing Homework Help
Signal Processing Homework Help
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Case Study (All)
Case Study (All)Case Study (All)
Case Study (All)
 
Two Curves Upfront
Two Curves UpfrontTwo Curves Upfront
Two Curves Upfront
 
Lect5 v2
Lect5 v2Lect5 v2
Lect5 v2
 
Multi-Objective Optimization Algorithms for Finite Element Model Updating. Nt...
Multi-Objective Optimization Algorithms for Finite Element Model Updating. Nt...Multi-Objective Optimization Algorithms for Finite Element Model Updating. Nt...
Multi-Objective Optimization Algorithms for Finite Element Model Updating. Nt...
 

Mais de SSA KPI

Germany presentation
Germany presentationGermany presentation
Germany presentation
SSA KPI
 
Grand challenges in energy
Grand challenges in energyGrand challenges in energy
Grand challenges in energy
SSA KPI
 
Engineering role in sustainability
Engineering role in sustainabilityEngineering role in sustainability
Engineering role in sustainability
SSA KPI
 
Consensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable developmentConsensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable development
SSA KPI
 
Competences in sustainability in engineering education
Competences in sustainability in engineering educationCompetences in sustainability in engineering education
Competences in sustainability in engineering education
SSA KPI
 
Introducatio SD for enginers
Introducatio SD for enginersIntroducatio SD for enginers
Introducatio SD for enginers
SSA KPI
 

Mais de SSA KPI (20)

Germany presentation
Germany presentationGermany presentation
Germany presentation
 
Grand challenges in energy
Grand challenges in energyGrand challenges in energy
Grand challenges in energy
 
Engineering role in sustainability
Engineering role in sustainabilityEngineering role in sustainability
Engineering role in sustainability
 
Consensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable developmentConsensus and interaction on a long term strategy for sustainable development
Consensus and interaction on a long term strategy for sustainable development
 
Competences in sustainability in engineering education
Competences in sustainability in engineering educationCompetences in sustainability in engineering education
Competences in sustainability in engineering education
 
Introducatio SD for enginers
Introducatio SD for enginersIntroducatio SD for enginers
Introducatio SD for enginers
 
DAAD-10.11.2011
DAAD-10.11.2011DAAD-10.11.2011
DAAD-10.11.2011
 
Talking with money
Talking with moneyTalking with money
Talking with money
 
'Green' startup investment
'Green' startup investment'Green' startup investment
'Green' startup investment
 
From Huygens odd sympathy to the energy Huygens' extraction from the sea waves
From Huygens odd sympathy to the energy Huygens' extraction from the sea wavesFrom Huygens odd sympathy to the energy Huygens' extraction from the sea waves
From Huygens odd sympathy to the energy Huygens' extraction from the sea waves
 
Dynamics of dice games
Dynamics of dice gamesDynamics of dice games
Dynamics of dice games
 
Energy Security Costs
Energy Security CostsEnergy Security Costs
Energy Security Costs
 
Naturally Occurring Radioactivity (NOR) in natural and anthropic environments
Naturally Occurring Radioactivity (NOR) in natural and anthropic environmentsNaturally Occurring Radioactivity (NOR) in natural and anthropic environments
Naturally Occurring Radioactivity (NOR) in natural and anthropic environments
 
Advanced energy technology for sustainable development. Part 5
Advanced energy technology for sustainable development. Part 5Advanced energy technology for sustainable development. Part 5
Advanced energy technology for sustainable development. Part 5
 
Advanced energy technology for sustainable development. Part 4
Advanced energy technology for sustainable development. Part 4Advanced energy technology for sustainable development. Part 4
Advanced energy technology for sustainable development. Part 4
 
Advanced energy technology for sustainable development. Part 3
Advanced energy technology for sustainable development. Part 3Advanced energy technology for sustainable development. Part 3
Advanced energy technology for sustainable development. Part 3
 
Advanced energy technology for sustainable development. Part 2
Advanced energy technology for sustainable development. Part 2Advanced energy technology for sustainable development. Part 2
Advanced energy technology for sustainable development. Part 2
 
Advanced energy technology for sustainable development. Part 1
Advanced energy technology for sustainable development. Part 1Advanced energy technology for sustainable development. Part 1
Advanced energy technology for sustainable development. Part 1
 
Fluorescent proteins in current biology
Fluorescent proteins in current biologyFluorescent proteins in current biology
Fluorescent proteins in current biology
 
Neurotransmitter systems of the brain and their functions
Neurotransmitter systems of the brain and their functionsNeurotransmitter systems of the brain and their functions
Neurotransmitter systems of the brain and their functions
 

Último

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Último (20)

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 

A Classification Problem of Credit Risk Rating Investigated and Solved by Optimization of the ROC Curve

  • 1. 5th International Summer School Achievements and Applications of Contemporary Informatics, Mathematics and Physics National University of Technology of the Ukraine Kiev, Ukraine, August 3-15, 2010 A Classification Problem of Credit Risk Rating Investigated and Solved by Optimization of the ROC Curve Gerhard-Wilhelm Weber * Kasırga Yıldırak and Efsun Kürüm Institute of Applied Mathematics, Middle East Technical University, Ankara, Turkey • Faculty of Economics, Management and Law, University of Siegen, Germany Center for Research on Optimization and Control, University of Aveiro, Portugal Universiti Teknologi Malaysia, Skudai, Malaysia
  • 2. Outline • Main Problem from Credit Default • Logistic Regression and Performance Evaluation • Cut-Off Values and Thresholds • Classification and Optimization • Nonlinear Regression • Numerical Results • Outlook and Conclusion
  • 3. Main Problem from Credit Default  Whether a credit application should be consented or rejected. Solution  Learning about the default probability of the applicant.
  • 4. Main Problem from Credit Default  Whether a credit application should be consented or rejected. Solution  Learning about the default probability of the applicant.
  • 5. Logistic Regression P(Y 1 X xl ) log β0 β1 xl1 β2 xl 2 β p xlp P(Y 0X xl ) (l 1, 2,..., N )
  • 6. Goal Our study is based on one of the Basel II criteria which recommend that the bank should divide corporate firms by 8 rating degrees with one of them being the default class. We have two problems to solve here:  To distinguish the defaults from non-defaults.  To put non-default firms in an order based on their credit quality and classify them into (sub) classes.
  • 7. Data  Data have been collected by a bank from the firms operating in the manufacturing sector in Turkey.  They cover the period between 2001 and 2006.  There are 54 qualitative variables and 36 quantitative variables originally.  Data on quantitative variables are formed based on a balance sheet submitted by the firms’ accountants. Essentially, they are the well-known financial ratios.  The data set covers 3150 firms from which 92 are in the state of default. As the number of default is small, in order to overcome the possible statistical problems, we downsize the number to 551, keeping all the default cases in the set.
  • 8. We evaluate performance of the model non-default default cases cases cut-off value ROC curve test result value TPF, sensitivity FPF, 1-specificity
  • 9. Model outcome versus truth truth d n True Positive False Positive Fraction Fraction dı TPF FPF model outcome False Negative True Negative nı Fraction Fraction FNF TNF 1 1 total
  • 10. Definitions • sensitivity (TPF) := P( Dı | D) • specificity := P( NDı | ND ) • 1-specificity (FPF) := P( Dı | ND ) • points (TPF, FPF) constitute the ROC curve • c := cut-off value • c takes values between - and • TPF(c) := P( z>c | D ) • FPF(c) := P( z>c | ND )
  • 11. normal-deviate axes TPF Normal Deviate (TPF) FPF FPF(ci ) : Φ( ci ) TPF (ci ) : Φ(a b ci ) μn - μs σn a: b: σs σs Normal Deviate (FPF)
  • 12. normal-deviate axes TPF t Normal Deviate (TPF) FPF FPF(ci ) : Φ( ci ) TPF (ci ) : Φ(a b ci ) c μn - μs σn a: b: σs σs Normal Deviate (FPF)
  • 13. Classification Ex.: cut-off values actually non-default actually default cases cases c class I class II class III class IV class V To assess discriminative power of such a model, we calculate the Area Under (ROC) Curve: AUC : Φ(a b c) d Φ (c).
  • 14. relationship between thresholds and cut-off values Ex.: TPF FPF t0 t1 t2 t3 t4 t5 R=5 Φ(c) t c Φ 1(t )
  • 15. Optimization in Credit Default Problem: Simultaneously to obtain the thresholds and the parameters a and b that maximize AUC, while balancing the size of the classes (regularization) and guaranteeing a good accuracy.
  • 16. Optimization Problem 2 1 R 1 -1 i max α1 Φ( a b Φ (t )) dt α2 (ti 1 ti ) i 0 n a,b, 0 ti 1 subject to Φ(a b Φ 1(t ))d t δi (i 0,1,..., R 1) ti τ : (t1 , t2 ,..., tR -1 )T t0 0, tR 1
  • 17. Optimization Problem 2 1 R 1 -1 i max α1 Φ( a b Φ (t )) dt α2 (ti 1 ti ) i 0 n a,b, 0 ti 1 subject to Φ(a b Φ 1 (t ))d t δi 0 (i 0,1,..., R 1) ti ti 1 ti τ : (t1 , t2 ,..., tR -1 )T t0 0, tR 1
  • 18. Over the ROC Curve TPF 1-AUC AUC FPF t0 t1 t2 t3 t4 t5 1 AOC : (1 Φ(a b Φ 1 (t ))) dt 0
  • 19. New Version of the Optimization Problem 2 R 1 1 i 1 min α2 (ti 1 ti ) α 1 (1 Φ(a b (t ))) dt a, b, τ n i 0 0 subject to t j 1 1 (1 Φ(a b (t ))) dt tj 1 t j δj ( j 0,1, ..., R 1) t j
  • 20. Regression in Credit Default Optimization problem: Simultaneously to obtain the thresholds and the parameters a and b that maximize AUC, while balancing the size of the classes (regularization) and guaranteeing a good accuracy discretization of integral nonlinear regression problem
  • 21. Discretization of the Integral Riemann-Stieltjes integral AUC Φ(a b c) dΦ(c) Riemann integral 1 AUC Φ(a b Φ 1 (t )) dt 0 Discretization R AUC Φ(a b Φ 1(tk )) Δtk k 1
  • 22. Optimization Problem with Penalty Parameters In the case of violation of anyone of these constraints, we introduce penalty parameters. As some penalty becomes increased, the iterates are forced towards the feasible set of the optimization problem. 2 R 1 1 ΠΘ ( a,b, τ ) : i (ti 1 ti ) (1- Φ( a b -1 (t ))) dt 2 1 i 0 n 0 R-1 tj 1 1 3 θj δj Φ(a b (t ))) dt j 0 tj : j ( a , b, ) Θ : (θ1, θ2 ,..., θ R 1 )T θj 0 (j 0,1, ..., R 1)
  • 23. Optimization Problem further discretized 2 R 1 R ΠΘ (a,b, ) α2 i (ti 1 ti ) α1 ( (1- Φ(a b 1 (t j ))) Δt j )2 i 0 n j 1 2 nj δj Δην R-1 1( 3. j Φ(a b j )) j j 0 ν 0 tj 1 tj
  • 24. Optimization Problem further discretized 2 R 1 R ΠΘ (a,b, ) α2 i (ti 1 ti ) α1 ( (1- Φ(a b 1 (t j ))) Δt j )2 i 0 n j 1 2 nj δj Δην R-1 1( 3. j Φ( a b j )) j j 0 ν 0 tj 1 tj
  • 25. Nonlinear Regression N 2 min f dj g xj , j 1 N : f j2 j 1 T F( ) : f1 ( ),..., f N ( ) min f ( ) F T ( )F ( )
  • 26. Nonlinear Regression k 1 : k qk • Gauss-Newton method : T F( ) F ( )q F ( )F ( ) • Levenberg-Marquardt method : 0 T F( ) F( ) Ip q F ( )F ( )
  • 27. Nonlinear Regression alternative solution min t, t,q T subject to F( ) F( ) Ip q F ( )F ( ) t, t 0, 2 || Lq || 2 M conic quadratic programming
  • 28. Nonlinear Regression alternative solution min t, t,q T subject to F( ) F( ) Ip q F ( )F ( ) t, t 0, 2 || Lq || 2 M conic quadratic programming interior point methods
  • 29. Numerical Results Initial Parameters a b Threshold values (t) 1 0.95 0.0006 0.0015 0.0035 0.01 0.035 0.11 0.35 1.5 0.85 0.0006 0.0015 0.0035 0.01 0.035 0.11 0.35 0.80 0.95 0.0006 0.0015 0.0035 0.01 0.035 0.11 0.35 2 0.70 0.0006 0.0015 0.0035 0.01 0.035 0.11 0.35 Optimization Results a b Threshold values (t) AUC 0.9999 0.9501 0.0004 0.0020 0.0032 0.012 0.03537 0.09 0.3400 0.8447 1.4999 0.8501 0.0003 0.0017 0.0036 0.011 0.03537 0.10 0.3500 0.9167 0.7999 0.9501 0.0004 0.0018 0.0032 0.011 0.03400 0.10 0.3300 0.8138 2.0001 0.7001 0.0004 0.0020 0.0031 0.012 0.03343 0.11 0.3400 0.9671
  • 30. Numerical Results Accuracy Error in Each Class I II III IV V VI VII VIII 0.0000 0.0000 0.0000 0.0001 0.0001 0.0010 0.0010 0.0075 0.0000 0.0000 0.0000 0.0001 0.0001 0.0010 0.0018 0.0094 0.0000 0.0000 0.0000 0.0000 0.0001 0.0002 0.0018 0.0059 0.0000 0.0000 0.0000 0.0001 0.0001 0.0006 0.0018 0.0075 Number of Firms in Each Class I II III IV V VI VII VIII 4 56 27 133 115 102 129 61 2 42 52 120 119 111 120 61 4 43 40 129 114 116 120 61 4 56 24 136 106 129 111 61 Number of firms in each class at the beginning: 10, 26, 58, 106, 134, 121, 111, 61
  • 32. References Aster, A., Borchers, B., and Thurber, C., Parameter Estimation and Inverse Problems, Academic Press, 2004. Boyd, S., and Vandenberghe, L., Convex Optimization, Cambridge University Press, 2004. Buja, A., Hastie, T., and Tibshirani, R., Linear smoothers and additive models, The Ann. Stat. 17, 2 (1989) 453-510. Fox, J., Nonparametric regression, Appendix to an R and S-Plus Companion to Applied Regression, Sage Publications, 2002. Friedman, J.H., Multivariate adaptive regression splines, Annals of Statistics 19, 1 (1991) 1-141. Friedman, J.H., and Stuetzle, W., Projection pursuit regression, J. Amer. Statist Assoc. 76 (1981) 817-823. Hastie, T., and Tibshirani, R., Generalized additive models, Statist. Science 1, 3 (1986) 297-310. Hastie, T., and Tibshirani, R., Generalized additive models: some applications, J. Amer. Statist. Assoc. 82, 398 (1987) 371-386. Hastie, T., Tibshirani, R., and Friedman, J.H., The Element of Statistical Learning, Springer, 2001. Hastie, T.J., and Tibshirani, R.J., Generalized Additive Models, New York, Chapman and Hall, 1990. Nash, G., and Sofer, A., Linear and Nonlinear Programming, McGraw-Hill, New York, 1996. Nemirovski, A., Lectures on modern convex optimization, Israel Institute of Technology (2002).
  • 33. References Nemirovski, A., Modern Convex Optimization, lecture notes, Israel Institute of Technology (2005). Nesterov, Y.E , and Nemirovskii, A.S., Interior Point Methods in Convex Programming, SIAM, 1993. Önalan, Ö., Martingale measures for NIG Lévy processes with applications to mathematical finance, presentation in: Advanced Mathematical Methods for Finance, Side, Antalya, Turkey, April 26-29, 2006. Taylan, P., Weber, G.-W., and Yerlikaya, F., A new approach to multivariate adaptive regression spline by using Tikhonov regularization and continuous optimization, to appear in TOP, Selected Papers at the Occasion of 20th EURO Mini Conference (Neringa, Lithuania, May 20-23, 2008). Stone, C.J., Additive regression and other nonparametric models, Annals of Statistics 13, 2 (1985) 689-705. Weber, G.-W., Taylan, P., Akteke-Öztürk, B., and Uğur, Ö., Mathematical and data mining contributions dynamics and optimization of gene-environment networks, in the special issue Organization in Matter from Quarks to Proteins of Electronic Journal of Theoretical Physics. Weber, G.-W., Taylan, P., Yıldırak, K., and Görgülü, Z.K., Financial regression and organization, to appear in the Special Issue on Optimization in Finance, of DCDIS-B (Dynamics of Continuous, Discrete and Impulsive Systems (Series B)).