<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Determining the Probability of Heart Disease using Data Mining Methods</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>National Aerospace University "Kharkiv Aviation Institute"</institution>
          ,
          <addr-line>Chkalova str., 17, Kharkiv, 61070</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <fpage>0000</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>The article suggests methods for estimating the parameters of logistic regression for different conditions. In the case of a single polytomic input variable with a minimum number of categories - a method for assessing chances and probabilities. In this case, the quality of classification can be evaluated separately for each input variable: the assessment does not depend on the connectedness of the input variables, which allows not to check the correlation and preliminary selection of significant variables. For several variables, it is proposed to use a Bayesian classifier, which, if there is no correlation between the attributes, assigns specific individuals of the population to a certain class for health reasons. If there is a correlation of factor attributes and complex dependencies between input variables, it is proposed to use the maximum likelihood estimation. As a result of the analysis, a ready-made mathematical apparatus will be obtained, which makes it possible in practice to obtain the values of the the probabilities of diseases under various initial data..</p>
      </abstract>
      <kwd-group>
        <kwd>Classification</kwd>
        <kwd>Probability Assessment</kwd>
        <kwd>Logistic Regression</kwd>
        <kwd>Bayesian Classifier</kwd>
        <kwd>Odds Assessment Method</kwd>
        <kwd>Maximum Likelihood Method</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Diagnostic methods [1-2] in medicine play a crucial role. The accuracy of the diagnosis
and the speed with which it can be made depends on many factors: the condition of the
patient, the available data on the symptoms and signs of the disease, the results of
laboratory tests, but most importantly, the qualifications of the doctor himself [3-6]. An
accurately diagnosed diagnosis as soon as possible allows increasing the chance of
curing the patient [7]. Based on all these considerations, it is natural to try to determine the
conditions under which the diagnosis can be made as quickly and accurately as possible.</p>
      <p>For many centuries, doctors have been trying to solve this problem with varying
degrees of success. However, in recent years, thanks to the use of modern methods of
treatment and diagnostics based on the latest achievements of science and technology,
the chances of obtaining successful results have increased significantly. Therefore, it is
important to find the exact methods [8-9] for description, research, evaluation and
monitoring of the diagnosis process, which makes the task of determining the likelihood of
disease based on existing data on the patient’s condition relevant.</p>
      <p>If the study is associated with a large number of interdependent factors that exhibit
significant natural variability, then for a sufficiently effective description of the
complex pattern of their influence, there is only one way - using the appropriate statistical
method [10]. If there is a need to determine the probability of falling into one of two
classes of the disease, one of the simplest and most effective methods is the binary
classifier. The quality of the classification can be evaluated for each input variable
separately. If the number of factors or the number of data categories is very large, it is
necessary to use the computing power of the computer [11] so that the desired results
can be obtained in a fairly short time, which will reduce the likelihood of errors in the
diagnosis, and will also make it as quick and efficient as possible.</p>
      <p>Thus, the aim of the study is to determine the likelihood of a patient's disease
[1213] with specified diagnostic characteristics based on Data Mining methods, which will
improve the accuracy of diagnosis.</p>
      <p>The health status of each individual is influenced by a number of factors, such as:
age, gender, illness, place of residence, temperature, blood condition, etc. [14]. The
objective of the study is to identify and analyze methods that allow us to assess the
likelihood of illness [15] of a patient with specified diagnostic characteristics.</p>
      <p>This task is referred to the classification tasks “with the teacher”, during which the
test system is trained using the “stimulus-reaction” examples. It is required to find
dependency that shows which patients belong to the "Healthy" class and which patients
belong to the “Sick” class. For such a task, it is rational to use logistic regression, which
is widely used to find the probabilities of an event with given characteristics [16].
2</p>
      <p>Estimation of logistic regression parameters based on the
method of assessing chances and probabilities
Consider a sample of patients based on data from the source [17]. For each patient,
health information is known. The explanatory variable in this case is the result of an
electrocardiogram (ECG) at rest. This variable is polytomic. Each patient can belong to
the three classes “Normal”, “Hyp” and “Abnormal” according to ECG results. Two
events are also considered: the patient is sick (y = 1) and healthy (y = 0).</p>
      <p>It is necessary to evaluate the parameters of the logistic equation for this problem
and determine the probability with which it will belong to the “Sick” class, i.e. evaluate
his state of health. Probability that the output variable y  1 for the given value of the
explanatory variable x will be P( y  1| x)   x  , and the probability that y  0 at
a given value x will be equal to P( y  0 | x)  1   x .</p>
      <p>
        The conditional average for logistic regression in this case is determined as in
formula (
        <xref ref-type="bibr" rid="ref1">1</xref>
        ):
where g  x   0  1C1  2C2 ; C1,C2 is variables for quantizing values in three
intervals; x is explanatory variable; 0,1,2 is desired parameters; c  x  is event
probability.
      </p>
      <p>The function is defined on an infinite interval and takes values in a range [0, 1].
Required to find the best estimates of parameters 0,1,2 . We will organize the
information about patients based on the data [17] in the form of a Table 1.
In the Table 1 in the line with the “Normal” class, the quantization variables will be
equal to: С1  С2  0 . In line with class “Hyp” С1  1,С2  0 . In the line with the
class “Abnormal” С1  С2  1.</p>
      <p>
        The chances of being a patient with a sick heart for all categories of conditions of
the electrocardiogram are estimated by the formulas (
        <xref ref-type="bibr" rid="ref2 ref3 ref4">2-4</xref>
        ):
      </p>
      <p>56
Chy1,C1  96  0.58
Chy1,C2 
79</p>
      <p> 1.16
68
 Chy1,C3  3
OR  С2   Chy1,C2  2.01</p>
      <p> С1  Chy1,C1
OR  С3   Chy1,C3  5.17</p>
      <p>
         С1  Chy1,C1
The odds ratio for the “Hyp” categories to the “Normal” category is estimated by the
formula (
        <xref ref-type="bibr" rid="ref5">5</xref>
        ):
The odds ratio for the “Abnormal” to the “Normal” categories is estimated by the
formula (
        <xref ref-type="bibr" rid="ref6">6</xref>
        ):
(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
(
        <xref ref-type="bibr" rid="ref4">4</xref>
        )
(
        <xref ref-type="bibr" rid="ref5">5</xref>
        )
(
        <xref ref-type="bibr" rid="ref6">6</xref>
        )
The experimental probability of a disease for the “Normal” category can be found (
        <xref ref-type="bibr" rid="ref7">7</xref>
        )
by dividing the number of positive outcomes by the total number of outcomes:
From here the coefficient 0 can be found as (
        <xref ref-type="bibr" rid="ref8">8</xref>
        )
For the “Hyp” category, the experimental probability of the disease can be estimated
by the formula (
        <xref ref-type="bibr" rid="ref9">9</xref>
        ):
From here, the coefficient 1 can be found as (
        <xref ref-type="bibr" rid="ref10">10</xref>
        ):
For the category "Abnormal" the experimental probability of the disease can be
estimated by the formula (
        <xref ref-type="bibr" rid="ref11">11</xref>
        ):
From here the coefficient 2 can be found as (
        <xref ref-type="bibr" rid="ref12">12</xref>
        )
 сexp 
2  ln    0  1  0.939
 1  сexp 

The probability that the output variable y will be equal to one (that is, the patient will
be ill) for the category "Normal" is calculated by the formula (
        <xref ref-type="bibr" rid="ref13">13</xref>
        ):
The probability that the output variable y = 1 for the “Hyp” category is calculated by
the formula (
        <xref ref-type="bibr" rid="ref14">14</xref>
        ):
The probability that the output variable y = 1 for the “Abnormal” category is calculated
by the formula (
        <xref ref-type="bibr" rid="ref15">15</xref>
        ):
It can be concluded that if the result of the ECG is “Abnormal”, then the probability of
the disease is highest, if “Hyp”, then less, and the probability of being healthy is highest
if the result is “Normal”.
3
      </p>
      <p>Estimating the likelihood of a disease using a Bayesian
classifier
Consider a sample of 30 patients with input variables defined in the nominal scale
(Table 2) based on data from the source [17]. For analysis, we use the following signs: age
(in years), blood sugar, patient gender, ECG result. According to the Table 2, the pair
correlation coefficients were calculated, the values of which are in the interval
[-0.303; 0.078], which indicates a low correlation between the input variables.
Thus, in this case, you can use the Bayesian classifier, the application of which for this
case is considered in detail in [18].</p>
      <p>We denote by C1 the class “Sick” for whom the state of the disease is present (the
value of the resulting variable is “yes”). Through C2, we can designate the class of
patients “Healthy”, which have no signs of illness (the value of the resulting variable is
“no”). The use of the Bayesian classifier does not make it possible to obtain the form
of a statistical dependence based on the training sample, however, it makes it possible
to determine the probability that a patient with given characteristics will fall into one
or another class. For example, we define that a patient aged 50 to 59 years, with blood
sugar less than 120 units, a man and with the result of ECG “Hyp” will fall into the
class “Sick”.</p>
      <p>
        It is necessary to maximize the product of probabilities P( X | Ck )P Ck  for k  2 ,
because there are only two classes in this problem. The prior probability of the
appearance of class C1 is calculated by the formula (
        <xref ref-type="bibr" rid="ref16">16</xref>
        ):
The prior probability of the appearance of a class C2 is calculated by the formula (
        <xref ref-type="bibr" rid="ref17">17</xref>
        ):
P C1 
ized probabilities P( X | Ck )  for events of the formula (
        <xref ref-type="bibr" rid="ref18 ref19">18-19</xref>
        ):
Than probabilities P( X | Ck )P Ck  will be respectively equal (
        <xref ref-type="bibr" rid="ref20">20-21</xref>
        ):
P( X | C1)P C1  0.044  0.6  0.0264
Thus, a patient with the described characteristics will be sick with a probability of 0.94
(will fall into the “Sick” class), and with a probability of 0.06 will be healthy (will fall
into the “Healthy” class).
4
      </p>
      <p>Estimation of logistic regression parameters based on the
maximum likelihood estimation
Consider a sample of 303 patients with input characteristics shown in Table 4 based on
data from the source [17]. The resulting trait is measured in a dichotomous scale, and
factor traits in metric and other types of scales. It is necessary to determine the
likelihood of a patient's disease with this many characteristics.</p>
      <p>
        Since the maximum likelihood estimation (MLE) is quite resource-intensive, we
will use the software from IBM – SPSS Statistics for the demonstration. This software
allows us not only to find the parameters of logistic regression, but also to evaluate the
parameters of the model and probability, and also analyze the quality of the model.
(
        <xref ref-type="bibr" rid="ref20">20</xref>
        )
(21)
(22)
(23)
age
sex
chest pain type
blood pressure
      </p>
      <p>cholesterol
fasting blood sugar
&lt;120
resting ecg
maximum heart rate
angina
peak
slope
#colored vessels
thal
class*
The most significant results are visible in the tables below. In the Table 5 presents the
quality factors of the model.
Criterion -2 Log probability corresponds to the correspondence between the models and
the source data. The smaller this indicator, the more adequate the model.</p>
      <p>R-squared Cox &amp; Snell and R-squared of the Nagelkerke are stably statistically
consistent, which are used in the logit. The value of an equal object is achievable. In the
second sign, this drawback is eliminated. These criteria shows the share of all factor
characteristics. More detailed information can be taken from the source [17]. In the
table 6 presents the values of the Chi-square test.</p>
    </sec>
    <sec id="sec-2">
      <title>Step</title>
      <p>1</p>
    </sec>
    <sec id="sec-3">
      <title>Chi-squared</title>
      <sec id="sec-3-1">
        <title>Observed</title>
        <sec id="sec-3-1-1">
          <title>Class</title>
        </sec>
        <sec id="sec-3-1-2">
          <title>Healthy Sick Total percentage</title>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Class</title>
      </sec>
      <sec id="sec-3-3">
        <title>Healthy</title>
        <p>147
23</p>
      </sec>
      <sec id="sec-3-4">
        <title>Predicted</title>
      </sec>
      <sec id="sec-3-5">
        <title>Sick</title>
        <p>18
115</p>
      </sec>
      <sec id="sec-3-6">
        <title>Correctness</title>
        <p>93.1
91.3
92.2</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Influencing variable</title>
      <p>
        A – sex(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
B - chestpaintype
B1 - chestpaintype(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
B2 - chestpaintype(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
B3 - chestpaintype(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
C - angina(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
D - slope
D1 - slope(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
D2 - slope(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
E - @#coloredvessels
      </p>
      <p>
        E1
@#coloredvessels(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
      </p>
      <p>
        E2
@#coloredvessels(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
      </p>
      <p>
        E3
@#coloredvessels(
        <xref ref-type="bibr" rid="ref3">3</xref>
        )
      </p>
      <p>
        F - thal
F1 - thal(
        <xref ref-type="bibr" rid="ref1">1</xref>
        )
F2 - thal(
        <xref ref-type="bibr" rid="ref2">2</xref>
        )
The remaining variables were excluded from the formula due to data redundancy.
      </p>
      <p>Based on this table, you can determine the most significant factors by which you
can get the smallest errors with a high probability. The general form of the regression
equation for the patient will have the form similar to formula (24):
g  x  1, 464  A  2, 286  B1  0,971 B2 
0,170  B3  0,763  C  1,724  D1  2,018  D2 
1,763  E1  0, 495  E2  1, 498  E3  1, 492  F1  1, 452  F2
Then, for a male patient with a second type of chest pain that did not have a sore throat,
with a bias of the first type, with vessels of the third type, as well as a thal of the first
type, it will be true (25):</p>
      <p>g  x  1, 464  0,971  1, 724  1, 498 1, 492  1, 237
Then the probability that such a patient will be healthy is calculated by the formula
(26):
 x   eg x / 1  eg x   0, 77
(26)
Moreover, as can be seen from the Table 10, according to Wald's statistics, the most
significant are the following factors: chestpaintype (value 30.864), slope (value
24.588), coloredvessels (value 36.481).</p>
      <p>Wald test – a statistical test used to check the restrictions on the parameters of
statistical models estimated on the basis of sample data. It is the most appropriate of the
three basic constraint checking tests such as the likelihood ratio test and the Lagrange
multiplier test. The test is asymptotic, that is, a sufficiently large sample size is required
for the reliability of the conclusions. The confidence interval (CI) of the test is also a
closed form. The higher the statistics, the better.</p>
      <p>The significance of the factors is confirmed using the appropriate level of
significance. It is defined as the p-level, which is calculated during the test. The lower this
level, the better.</p>
      <p>Based on the data in Table 4, the probabilities of getting into the Healthy group
were calculated for all data.</p>
      <p>In the “Expected” and “Group” columns, you can see the probabilities of getting
into the “Healthy” or “Sick” group.</p>
      <p>The simulation results (Table 8) show high accuracy of the classification results in
comparison with the classes previously known for the experimental sample (Table 4).</p>
      <p>Based on the results, we can say that the model adequately describes this population.
5</p>
      <p>Conclusions
In this work we identified, analyzed and implemented methods that allow us to assess
the likelihood of a patient's disease with specified diagnostic characteristics.</p>
      <p>It is shown in which cases it is advisable to use certain methods to determine the
probability and estimate the parameters of models. These models are not static.
Calculation of parameters can be carried out every time when the amount of data about
patients changes, and the use of SPSS software tools will allow calculations to be made
quite quickly. The data obtained will allow a more accurate assessment of the state of
health in the face of constantly changing diagnostic parameters.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Baldi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brunak</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <source>Bioinformatics: The Machine Learning Approach (2nd ed.)</source>
          . MIT Press, 400 p. (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Meniailov</surname>
            <given-names>I.</given-names>
          </string-name>
          , et. al.:
          <article-title>Using the K-means Method for Diagnosing Cancer Stage Using the Pandas Library</article-title>
          .
          <source>In CEUR Workshop Proceedings</source>
          , vol.
          <volume>2386</volume>
          , pp.
          <fpage>107</fpage>
          -
          <lpage>116</lpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Chumachenko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>On Intelligent Multiagent Approach to Viral Hepatitis B Epidemic Processes Simulation</article-title>
          ,
          <source>in Proceedings of the 2018 IEEE 2nd International Conference on Data Stream Mining and Processing</source>
          ,
          <string-name>
            <surname>DSMP</surname>
          </string-name>
          <year>2018</year>
          , pp.
          <fpage>415</fpage>
          -
          <lpage>419</lpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chumachenko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chumachenko</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yakovlev</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Intelligent simulation of network worm propagation using the code red as an example</article-title>
          .
          <source>In Telecommunications and Radio Engineering</source>
          , vol.
          <volume>78</volume>
          ,
          <issue>iss</issue>
          . 5, pp.
          <fpage>443</fpage>
          -
          <lpage>463</lpage>
          . (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Polyvianna</surname>
          </string-name>
          , Yu.,
          <string-name>
            <surname>Chumachenko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chumachenko</surname>
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Computer Aided System of Time Series Analysis Methods for Forecasting the Epidemics Outbreaks</article-title>
          ,
          <source>2019 15th International Conference on the Experience of Designing and Application of CAD Systems (CADSM)</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Chumachenko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chumachenko</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Intelligent Agent-Based Simulation of HIV Epidemic Process</article-title>
          .
          <source>In Advances in Intelligent Systems and Computing</source>
          , vol.
          <volume>1020</volume>
          , pp.
          <fpage>175</fpage>
          -
          <lpage>188</lpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Berry</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          : Survey of Text Mining: Clustering, Classification, and Retrieval. Springer, 244 p. (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>MacQueen</surname>
          </string-name>
          , J.B.:
          <article-title>Some Methods for classification and Analysis of Multivariate Observations</article-title>
          ,
          <source>In: Proceedings of 5-th Berkeley Symposium on Mathematical Statistics and Probability</source>
          , Berkeley, University of California Press, pp.
          <fpage>281</fpage>
          -
          <lpage>297</lpage>
          (
          <year>1967</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Deshpande</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuramochi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karypis</surname>
          </string-name>
          , G.:
          <article-title>Automated approaches for classifying structures</article-title>
          .
          <source>In Proc. 2002 Workshop on Data Mining in Bioinformatics (BIOKDD'02)</source>
          , Canada,
          <fpage>11</fpage>
          -
          <lpage>18</lpage>
          (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Frakes</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baeza-Yates</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Information Retrieval: Data Structures and Algorithms (</article-title>
          <year>1992</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Bazilevych</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          et al.:
          <article-title>Stochastic modelling of cash flow for personal insurance fund using the cloud data storage</article-title>
          .
          <source>In: International Journal of Computing</source>
          , Vol.
          <volume>17</volume>
          ,
          <string-name>
            <surname>Iss</surname>
          </string-name>
          . 3, pp.
          <fpage>153</fpage>
          -
          <lpage>162</lpage>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <article-title>Cancer control: early detection. WHO Guide for effective programmes</article-title>
          . Geneva: World Health Organization;
          <year>2007</year>
          , http://apps.who.int/iris/bitstream/10665/43743/1/9241547338_eng.pdf,
          <source>last accessed</source>
          <year>2019</year>
          /10/28
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Rubin</surname>
            ,
            <given-names>G</given-names>
          </string-name>
          , et. al.:
          <article-title>The expanding role of primary care in cancer control Lancet Oncol</article-title>
          , pp.
          <fpage>31</fpage>
          -
          <lpage>72</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Chumachenko</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , et. al.:
          <article-title>Intelligent Expert System of Knowledge Examination of Medical Staff Regarding Infections Associated with the Provision of Medical Care</article-title>
          ,
          <source>in CEUR Workshop Proceedings</source>
          , vol.
          <volume>2386</volume>
          , pp.
          <fpage>321</fpage>
          -
          <lpage>330</lpage>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Bowers</surname>
            ,
            <given-names>N.L.</given-names>
          </string-name>
          , et. al.:
          <article-title>Actuarial mathematic</article-title>
          , Illinois, USA by Society Of Actuaries,
          <volume>621</volume>
          p. (
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Norman</surname>
            ,
            <given-names>T. J.:</given-names>
          </string-name>
          <article-title>The mathematical approach to biology and medicine norman</article-title>
          , Wiley, 296 p. (
          <year>1967</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17. Sample Dataset, https://github.com/DorianDrain/Excel-Data-Sets/tree/master, last accessed
          <year>2019</year>
          /10/28.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Cox</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Snell</surname>
            ,
            <given-names>E.J.:</given-names>
          </string-name>
          <article-title>Analysis of Binary Data, Chapman and Hall</article-title>
          , CRC, 240 p. (
          <year>1989</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Hosmer-Lemeshow</surname>
            <given-names>Test</given-names>
          </string-name>
          , http://www.real-statistics.com/logistic-regression/hosmerlemeshow-test/,
          <source>last accessed</source>
          <year>2019</year>
          /10/28.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Bartlett</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>The Hosmer-Lemeshow goodness of fit test for logistic regression</article-title>
          .
          <source>In The Stats Geek</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>