Abstract
Digital music distribution is increasingly powered by automated mechanisms that continuously capture, sort and analyze large amounts of Web-based data. This paper deals with the management of songs audio features from a statistical point of view. In particular, it explores the data catching mechanisms enabled by Spotify Web API and suggests statistical tools for the analysis of these data. Special attention is devoted to songs popularity and a Beta model, including random effects, is proposed in order to give the first answer to questions like: which are the determinants of popularity? The identification of a model able to describe this relationship, the determination within the set of characteristics of those considered most important in making a song popular is a very interesting topic for those who aim to predict the success of new products.
Keywords: Spotify web API, audio features, popularity index, Beta GLMM
2010 Mathematics Subject Classifications: 62, 62H, 62P
1. Introduction
Music plays an important role in everyday life of people, and with digitalization, large collections of musical data are formed, which tend to be further cumulated by music lovers [23]. This has led to music collections, not only on the private shelf as audio or video discs and domain discs, but also on the hard disk and online, to grow beyond what was previously impossible. With the advent of new technologies, it has become impossible for a single individual to keep track of the music and the relationships between different songs. The techniques of data mining and automatic learning can help the navigation in the world of music [14].
Data mining strategies are often based on two main problems: the type of available data and the use you want to make of them. What kind of data is the music? A collection of music tracks consists of various types of data; for example, data could consist of music audio files or metadata such as track title and artist name [20]. What kind of analysis can be carried out? The musical data mining provides specific methods to answer to the most varied questions: e.g. gender classification, identification of artists/singers, mood/emotion detection, instrument recognition, similarity search music, musical synthesis and so on.
This research investigates the relationship between song data audio features obtained from the Spotify database (e.g. key and tempo) and song popularity, measured by the number of streams that a song has on Spotify. Previous researches on the topic of new product success prediction have identified multiple approaches to answer to this question. Moreover, the existing body of research, which defines many popularity prediction models stresses the complexity of the mechanisms of song popularity. Research from [13] shows that it is feasible to predict the popularity metrics of a song significantly better than random chance based on its audio signal. Additionally, Ni et al. [18] also show that certain audio features such as Loudness, duration and harmonic simplicity correlate with the evolution of musical trends. Dhanaraj and Logan [7] propose features from both songs' lyrics and audio content for prediction of hits and also study a hit detection model based solely on lyrics' features. In an attempt to predict the popularity of a song from Spotify's song data, the research of Berger [2] uses (Echo-Nest) audio features similar to this research and uses Spotify's own calculated metric ‘popularity’ to measure popularity. Other attempts through classical linear regression or quadratic models can be found on the net but they are not exhaustive works and do not take into account the particular data structure and other aspects that could lead to biased predictions. This is the reason why this paper can be considered as an innovative way to look at popularity predictions and represents an innovative approach inside the literature. Paper is organized in the following way: in Section 2, the way to connect Spotify Web API to the R software is explained; available song's Spotify audio features are described in Section 3; Section 4 is devoted to the proposal of a new class of models to predict song's popularity as a function of the Spotify audio features. An application to a real dataset is carried out in Section 5, future work and conclusions follow.
2. Spotify and R
Spotify [24] is one of the most famous music Apps in the world, a program of the last generation grown up exponentially over the last few years. This platform allows you to listen to music streaming to computers, smartphones and tablets, choosing from more than 30 million tracks, old and new, of the main international record companies, without having to purchase individual songs or albums legally.
In this section, a brief description of the steps necessary to connect Spotify Web API to the R software are reported. First, you have to create an app on the Spotify's developer platform, accessing this dashboard:
After accessing the page, you have to login and create an app:
give a name to the application and provide a brief description;
then you have to specify the purpose for which it is created (example for commercial purposes, teaching, etc. …);
finally, accept the conditions to complete the account configuration.
After this procedure, user identification code and password are generated, both are alphanumeric codes that are essential to release the access token to connect Spotify with R.
The packages used to make the connection are:
rvest: it allows you to extract data from a web page (web scraping);
tidyverse: it is used for data transformation and cleaning;
DSpoty: it extracts the song's audio features from Spotify's Web API.
After loading the R libraries listed above, the following functions are used to connect and extract data from Spotify [5]:
Sys.setenv( = ‘xxxxxxxxxxxxxxxxxxxxx’)
Sys.setenv( = ‘xxxxxxxxxxxxxxxxxxxxx’)
access token DSpoty::get spotify access token()
Liga get artist audio features (‘Ligabue’)
They are especially useful for:
Sys.setenv: storing in R the identification code and password to access Spotify;
get spotify access token(): generating the token to access all data using the Spotifyr library;
get artist audio features: extracting all the audio characteristics of the songs that make up the discography, by specifying the name of the singer.
3. Spotify audio features
Spotify Web API makes users able to extract several audio features of songs. The available features are listed in Table 1.
Table 1. Spotify audio features.
![]() |
The aim of this paper is to investigate if audio features from Spotify can be considered as determinants of the stream popularity of songs [19].
3.1. Track API popularity
Among all the features returned by Spotify, song popularity plays an important role. The popularity of a track is a value between 0 and 100, with 100 the most popular. The popularity is calculated by algorithm and is based, in the most part, on the total number of track plays and taking into account how recent those plays are. Generally speaking, songs that are being played a lot now will have higher popularity than songs that were played a lot in the past. Duplicate tracks (e.g. the same track from a single and an album) are rated independently. Artist and album popularity is derived mathematically from track popularity. Note that the popularity value may lag actual popularity by a few days: the value is not updated in real-time.
Songs popularity is an important issue for the music industry. In 2017, the music industry generated billion in the United States alone. Thanks to growing streaming services (Spotify, Apple Music, etc.) the industry continues to flourish. The top 10 artists in 2016 generated a combined million in revenue. The question of what makes a song popular has been studied before with varying degrees of success [9]. Every song has key characteristics including lyrics, duration, artist information, temp, beat, Loudness, chord, etc. Previous studies that considered lyrics to predict a song's popularity had limited success.
4. Using Spotify data to predict what songs will be hits
The aim of this section is the identification of the determinants of songs' popularity. In particular, we want to investigate the possible relationship between the audio characteristics of the songs in the Spotify database (for example, Energy, Loudness, etc. …) and the popularity of the songs also available in the Spotify dataset. The identification of a model able to describe this relationship, the determination within the set of characteristics of those considered most important in making a song popular is a very interesting topic for those who aim to predict the success of new products. Then, the fundamental question is: What does determine popularity? Why is a song popular?
In cultural markets like music, forecasting is very complex. Studies in this field called Hit Song Science (HSS) are of interest to record companies but also to consumers themselves and to Spotify [16]. Previous attempts in this direction have always referred to linear or quadratic model regression [17]. In this paper, the application of a Beta regression with random effects is proposed. The choice of this class of models derives by nature of the response variable (a continuous variable limited in ) and by the correlation structure in the data: it is assumed, in fact, that songs belonging to the same album can be related to each other more than song from different albums; ignoring this level of hierarchy in the data could lead to biased or inefficient results.
4.1. Beta regression for correlated data
In this work, we study the dependence of the popularity of songs on the musical characteristics by using an extension of the Beta regression model, including random effects. The resulting model will be a generalized Beta model with mixed effects (Beta GLMM). Before defining the model from a theoretical point of view, following a brief remained to the classical Beta regression and the Generalized Linear models with Mixed Effects (GLMMs); this brief summary will be useful to understand the reasons why we have chosen to focus on this particular model and for the theoretical definition of the model itself.
4.1.1. Beta regression
Beta distribution is a continuous probability distribution defined in the unitary range with a density function given by
| (1) |
where indicates the Gamma function. The parameter μ indicates the expected value of Y, i.e. . The parameter φ meets the definition of a precision parameter because, for fixed μ, the higher the value of φ, the lower the variance of the dependent variable. More specifically,
| (2) |
In Beta regression models [8], the parameter that indicates the average of the Beta distribution is expressed as a function of the covariates, while the parameter of precision is treated as a disturbance parameter. In order to ensure that the linear predictor takes on values in the space given by the dependent variable's support, the link logit represents the most commonly chosen link function
| (3) |
where denotes a vector of explanatory variables, and β refers to the vector of regression coefficients, . The Beta distribution is defined only on the open unit interval. If exact one and zero values are admitted, these values must be transformed in order to ensure the nature of the Beta distribution support [3].The most frequently applied transformation is:
| (4) |
where is the transformed and Y is the untransformed dependent variable. Alternatively, it was suggested to add a small amount of ϵ, for example 0.005 or 0.01 to the lower limit, and subtract the same amount from the upper limit. Hunger et al. [11] also observe that when the resulting values are too close to the boundary points, the accuracy of the estimates may decrease significantly.
4.1.2. Generalized linear mixed models (GLMM)
Generalized Linear Mixed Models (or GLMM) are an extension of the Generalized Linear Model (GLM) in which the linear predictor contains random effects in addition to the usual fixed effects. For this model class, the assumption of homogeneity and independence of the sample units is lost. In addition, with regard to the distribution of the response variable, the GLMM inherit from the GLM the idea of extending mixed linear models to the non-normal data case [15]. GLMM provide a wide range of models for the analysis of data that have some form of grouping, since differences between groups can be modeled through the use of a random effect. The basic concept is the structure in cluster: the data with clustering structure has a univariate response variable y double indexed, i for the first level units and j for the second level units and a vector of explanatory variables p for the jth unit in the ith cluster. It is important to remember that clusters can have different sizes and that this can influence the results of the analysis.
These models are useful in the analysis of many types of data, including longitudinal data. The general form of the model, in matrix notation, is
| (5) |
where y is a column vector ; X is an array of explanatory variable p; β is a column vector of fixed effect regression coefficients; Z is the random effects model matrix for random effects q; b is a vector of random effects; ϵ is the column vector of residues. The assumptions that underlie this class of models can be summarized as follows:
By putting together all the assumptions the conditional distribution is easily derived
Conditioning on , observations from the same cluster are assumed to be independent. In addition, the conditional expected value is related to the linear predictor (containing both random and fixed effects) by the following linking function :
4.1.3. The Beta GLMM
In longitudinal analyses or when subjects have any grouping structure, observations related to the same unit will typically be correlated, violating the assumption of independence of observations typical in regression models. The dependence within clusters can be accounted for by adding random cluster or subject effects in the linear predictor [3]. Consider the case of longitudinal studies where observations are nested within subjects. Let denote the vector of random effects specific to each subject i.
Adding random effects to the beta regression model in (3.3), we get the GLMM beta [3] given by
| (6) |
where is a vector of explanatory variables and G is the defined positive covariance matrix of random effects. Note that although the assumption of normality for random effects is common and statistically convenient, other distribution hypotheses are also possible. In a longitudinal study, the is typically a scalar (for random intercept models) or a bivariate vector (for random intercept models with a random regression coefficient), i.e. , where is the measurement time j for the subject i.
In the Beta GLMM, the regression parameters have only one specific interpretation per unit and do not describe the effect of the respective variable on the population average; this is due to the non-linear transformation of the average response (i.e. the logit link) as it can be deduced that
| (7) |
but
Model parameters can be estimated by maximizing the marginal probability that is obtained by integrating the joint distribution of on random effects. The contribution to the log-likelihood by each group is as follows:
| (8) |
Assuming independence among the N groups, the full likelihood is
| (9) |
5. An application: Luciano Ligabue's audio Spotify features analysis
In order to apply the proposed model to a real case, the whole discography of Luciano Ligabue has been analyzed. Luciano Ligabue is one of the most successful Italian artists. He is a famous singer-songwriter, film director and writer. In over 30 years of his career, he has won more than 60 awards for his musical activity, 5 awards for his work as a writer and 12 awards for his film work [21]. In this application 19 albums for a total of 273 songs have been considered. Among the information available on Spotify there is also the year in which the song was published. It is clear that, statistically speaking, the year represents a proxy for the album because there are no different albums released in the same year. So, as the album has been assumed as a grouping variable, the year has not been considered among the covariates. However, for completeness of information, the graph below (Figure 1) shows the average values over time of the examined characteristics.
Figure 1.
Average values of Spotify features over time.
In terms of popularity, it follows that, after reaching the bottom point of popularity compared to the entire career, in 2007, there is an increase in popularity which reaches higher values ever until it reaches its absolute maximum in 2019 with ‘Start’. The musical characteristics do not show any particular trend; it is as if the musical genre is constant over time, except for the peaks of Speechness of 1998 given by ‘Radiofreccia’. It is important to note that the peak in Speechness is accompanied by a corresponding reduction in Energy, Danceability and Loudness. In addition, Speechness seems to have a turning point in 1998: the Speechness index for the years prior to 1998 is always higher than the Speechness index of the subsequent years. From the plot, it is possible to distinguish between all the live albums, in which the values of the homonymous index reach abnormal peaks, and then assume values around 0.2 in the case of non-live album. Among all the features, the Loudness and the Instrumentalness of the songs seem to be those more stable within the entire discography of Luciano Ligabue.
Focusing on the popularity over the years, the plot in Figure 2 shows that, on average, the most popular album is Start, released on 8 March 2019, followed by the album Buon Compleanno Elvis in 1995, while the least listened to album is Primo tempo, probably because it is a collection. In particular, the most-streamed songs are ‘Polvere di stelle’ and ‘Certe Notti’, while the less popular song is ‘Radiofreccia’, soundtrack of the movie with the same name. This song is only Instrumentalness and not spoken, so it could have an influence on its low popularity.
Figure 2.
Distribution of songs according to the Popularity Index, conditioning to the album (13 November 2019).
In the light of trends observed in Figure 1, before fitting the model we want to investigate if there are correlations among these variables in order to avoid problems of multicollinearity. Scatterplots in which the individual audio characteristics are related with the popularity index of the songs are shown in Figures 3 and 4.
Figure 3.
Scatterplot of popularity vs. acousticness and danceability.
Figure 4.
Scatterplot popularity vs. liveness and speechness.
Scatterplots show that most of the songs in Luciano Ligabue's discography are not very Speechness, not very Instrumentalness, with a lot of Energy and have Loudness values close to zero. In particular, there is a downward trend in Popularity compared to Live, Speechness, Instrumentalness and Acoustics, i.e. as these audio characteristics increase, Popularity decreases. The Valence, Rhythm and Danceability charts do not show any particular trend, while Energy seems to have a positive trend, i.e. Energy increases and the Popularity of the song increases as well (Figures 5–7).
Figure 6.
Scatterplot popularity vs. valence and loudness.
Figure 5.
Scatterplot popularity vs. time and duration.
Figure 7.
Scatterplot popularity vs. instrumentalness and energy.
5.1. Model selection in Beta GLMM
In order to identify which are the musical characteristics influencing popularity, and if this relationship is similar for all albums (and therefore overtime), a Beta model with random effects has been estimated, since the available data has a cluster structure given by the music albums, and it has been assumed that the response variable is distributed according to a Beta distribution, as the popularity index is a continuous and limited variable in an interval the . In addition, since to the presence of exact zeros, the index is rescaled in the bounded interval.
Through the glmmTMB library [4], different models were estimated and variables were selected on the basis of several information criteria. Variable selection for mixed-effects models represents a wide research topic in the literature. Some authors proposed measures for testing hypothesis on the variance components (see [6,12]) in order to detect whether an individual random component is significant or not [22]. Yet, in our application, the fitted model includes only a random intercept, so models comparison only focused on the fixed part of the model. When the random part selection is out of interest, a natural choice would be to base model selection on the Akaike Information Criterion (AIC) [1] from the marginal model, i.e. the model with the random effects integrated out. This leads to a biased criterion (see [10]). As an alternative we based our comparison on the conditional AIC (cAIC) introduced by Vaida and Blanchard [25], that is an extension of the classical AIC for mixed-effects models assuming the variance parameters of the random effects to be known. The final model with the lower cAIC (cAIC ) is the one shown in Table 2.
Table 2. Selected Beta GLMM.
| Random effects | |||||
|---|---|---|---|---|---|
| Groups | Variance | Std. Dev. | |||
| Album name (Intercept) | 0.1926 | 0.4389 | |||
| Fixed effects | |||||
| Coeff. | Std. Error | z value | Pr( ) | ||
| Intercept | −1.18120 | 0.21596 | −5.470 | 4.51e−08 | *** |
| Speechness | −1.52742 | 0.33042 | −4.623 | 3.79e−06 | *** |
| Instrumentalness | −0.34554 | 0.18122 | −1.907 | 0.05655 | . |
| Liveness | −0.27380 | 0.12229 | −2.239 | 0.02516 | * |
| Duration | 0.08419 | 0.03061 | 2.751 | 0.00594 | ** |
| Energy | 0.66948 | 0.26992 | 2.480 | 0.01313 | * |
| Valence | 1.16800 | 0.47151 | 2.477 | 0.01324 | * |
| Energy:Valence | −1.46232 | 0.58209 | −2.512 | 0.01200 | * |
| Overdispersion parameter for the beta family | |||||
The results of the selected model show that Speechness, Instrumentalness and Live are the features that negatively affect the Popularity Index, while Energy, Valence and Duration of the song are the ones that positively affect it. It should also be noted that the interaction between Energy and Valence has a particularly negative effect on the considered index.
In order to check for overdispersion in data, a dispersion test to verify the hypothesis was carried out with no significant results (p = 0.808).
Table 3 shows the changes, in percentage terms, in the Popularity Index of songs, for unitary changes of the audio features.
Table 3. Variations in in popularity index.
| Audio features | Variation in popularity index (%) |
|---|---|
| Speechness | −32 |
| Instrumentalness | −9 |
| Liveness | −7 |
| Duration | 2 |
| Energy | 16 |
| Valence | 26 |
| Energy:valence | −31 |
Through the Caterpillar plot let us try to understand whether the clustered structure is relevant for obtaining better, in inferential terms, predictions.
Figure 8 confirms that the random part in the model cannot be ignored, as there is a cluster effect due to the album entitled A che ora è la fine del mondo?, Buon Compleanno Elvis, Giro d'Italia, Mondovisione, Nome e Cognome, Primo tempo and Start; for these albums estimate confidence intervals do not intersect the zero, this means that the hypothesis of homogeneity of the albums is rejected because the albums are different from each other. This is also confirmed by the estimate of the variance of random effects which is and therefore not negligible. Once the model has been selected, in order to further stress the advantage in using a Beta distribution instead of the Normal distribution so far used in literature, we compared the Beta GLMM and the Normal LMM in terms of cAIC as a measure of formal diagnostic on the distributional assumption. cAIC from both models can be found in Table 4.
Table 4. cAIC comparison between Beta GLMM and Normal LMM.
| Random effects model | cAIC |
|---|---|
| LMM | −540.34 |
| Beta GLMM | −607.80 |
Figure 8.
Random intercepts with 95 confidence intervals.
6. Conclusions
In this work, a new class of models for dealing with songs popularity index has been introduced. The use of a Beta GLMM allows to account for clustering structure of data from music album and results on the real case example show that this structure cannot be ignored. The Spotify Web API audio features, used as covariates, have shown that not all the Spotify characteristics have high explanatory power for a higher stream count but some of them are actually important. Significant relationships were found, which lays a promising foundation for the research in prediction with these variables. In particular, Speechness, Instrumentalness and Live are the features that negatively affect the Popularity Index, while Energy, Valence and Duration of the song are the ones that positively affect it.
This research contributes to further understanding in the field of HSS and the new product success prediction. Creating effective prediction models is an interesting next step to this research, and so the next step would be to expand on the variables used. We hope that this paper will have practical implications also on Spotify, suggesting, for example, interesting ideas to further develop its database with the hope that data of increasing quality can lead to interesting discoveries and added value to the world of HSS.
Disclosure statement
No potential conflict of interest was reported by the author(s).
References
- 1.Akaike H.. Information Theory as an Extension of the Maximum Likelihood Principle, Second international symposium on information theory. Petrov, Boris Nikolaevich and Csaki, F, 1973, pp. 267–281.
- 2.Berger W.. Why is this song popular? (feat spotify). Available at https://medium.com/@albert.w.berger/what-makes-a-song-popular-in-a-certain-country-
- 3.Bonat W.H., Ribeiro P.J., and Zeviani W.M., Likelihood analysis for a class of beta mixed models, J. Appl. Stat. 42 (Aug 2014), pp. 252–266. 10.1080/02664763.2014.947248. [DOI] [Google Scholar]
- 4.Brooks M.E., Kristensen K., van Benthem K.J., Magnusson A., Berg C.W., Nielsen A., Skaug H.J., Maechler M., and Bolker B.M., glmmTMB balances speed and flexibility among packages for zero-inflated generalized linear mixed modeling, R. J. 9 (2017), pp. 378–400. Available at https://journal.r-project.org/archive/2017/RJ-2017-066/index.html. doi: 10.32614/RJ-2017-066 [DOI] [Google Scholar]
- 5.Charlie, Rcharlie web site. Available at https://www.rcharlie.com//, 2019.
- 6.Chen Z. and Dunson D.B., Random effects selection in linear mixed models, Biometrics 59 (2003), pp. 762–769. doi: 10.1111/j.0006-341X.2003.00089.x [DOI] [PubMed] [Google Scholar]
- 7.Dhanaraj R. and Logan B., Automatic prediction of hit songs, in ISMIR 2005, 6th International Conference on Music Information Retrieval, 11–15 September 2005, Proceedings, HP Laboratories Cambridge, London, UK, 2005, pp. 488–491. Available at http://ismir2005.ismir.net/proceedings/2024.pdf
- 8.Ferrari S. and Cribari-Neto F., Beta regression for modelling rates and proportions, J. Appl. Stat. 31 (2004), pp. 799–815. 10.1080/0266476042000214501. [DOI] [Google Scholar]
- 9.Giles D.E., Superstardom in the us popular music industry revisited, Econ. Lett. 92 (2006), pp. 68–74. 10.1016/j.econlet.2006.01.022. [DOI] [Google Scholar]
- 10.Greven S. and Kneib T., On the behaviour of marginal and conditional AIC in linear mixed models, Biometrika 97 (2010), pp. 773–789. 10.1093/biomet/asq042. [DOI] [Google Scholar]
- 11.Hunger M., Dring A., and Holle R., Longitudinal beta regression models for analyzing health-related quality of life scores over time, BMC Med. Res. Methodol. 12 (2012). doi: 10.1186/1471-2288-12-144 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Kinney S.K. and Dunson D.B., Fixed and random effects selection in linear and logistic models, Biometrics 63 (2007), pp. 690–698. doi: 10.1111/j.1541-0420.2007.00771.x [DOI] [PubMed] [Google Scholar]
- 13.Lee J. and Lee J.-S., Music popularity: metrics, characteristics, and audio-based prediction, IEEE Trans. Multimedia 20 (Nov 2018), pp. 3173–3182. 10.1109/TMM.2018.2820903. [DOI] [Google Scholar]
- 14.Lerch A., The Relation Between Music Technology and Music Industry, Springer, Berlin Heidelberg, 2018, pp. 899–909. 10.1007/978-3-662-55004-5_44. [DOI] [Google Scholar]
- 15.Lovison G., Sciandra M., Tomasello A., and Calvo S., Modeling posidonia oceanica growth data: from linear to generalized linear mixed models, Environmetrics 22 (2011), pp. 370–382. Available at https://onlinelibrary.wiley.com/doi/abs/ 10.1002/env.1063. [DOI] [Google Scholar]
- 16.Middlebrook K. and Sheik K., Song hit prediction: predicting billboard hits using spotify data, 2019.
- 17.Nasreldin M., Song popularity predictor. Available at https://towardsdatascience.com/song-popularity-predictor-1ef69735e380, 2018.
- 18.Ni Y., Santos-rodrguez R., Mcvicar M., and Bie T.D., Hit song science once again a science? 2015.
- 19.Nijkamp R., Prediction of product success: explaining song popularity by audio features from spotify data, July 2018. Available at http://essay.utwente.nl/75422/.
- 20.Pachet F., Musical metadata and knowledge management, in Encyclopedia of Knowledge Management, 2nd ed., D. Schwartz, and D. Te'eni, eds., IGI Global, Sony CSL, Paris, France, 2011, pp. 1192–1199.
- 21.Poggini M., Liga. La biogra a. BUR Biblioteca Univ. Rizzoli, ITALIA, 2010. ISBN 10: 8817040053. [Google Scholar]
- 22.Sciandra M. and Plaia A., A graphical model selection tool for mixed models, Comm. Stat. Simul. Comput. 47 (2018), pp. 2624–2638. 10.1080/03610918.2017.1353617. [DOI] [Google Scholar]
- 23.Sloboda J.A., Music in everyday life, the role of emotions, in Handbook of Music and Emotion: Theory, Research, Applications, P. N. Juslin and J. Sloboda, eds., Oxford University Press, Oxford, 2011, pp. 1–37.
- 24.SpotifyWebAPI , Spotify for developers, 2019. Available at https://open.spotify.com/.
- 25.Vaida F. and Blanchard S., Conditional Akaike information for mixed-effects models, Biometrika 92 (2005), pp. 351–370. 10.1093/biomet/92.2.351. [DOI] [Google Scholar]









