Skip to content

Commit

Permalink
metainfo update
Browse files Browse the repository at this point in the history
  • Loading branch information
LZ committed Oct 9, 2018
1 parent 93dee40 commit 1ef8e02
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 41 deletions.
4 changes: 2 additions & 2 deletions TVRPchangeB/Metainfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Name of QuantLet: TVRPchangeB
Published in : submitted to N/A

Description : 'Performs the Lasso regression with two distinct algorithms. The first one uses moving window method and the Bayesian information criterion (BIC) or the generalized cross-validation (GCV) to calibrate the penalty parameter (lambda), and the second is called the real-time adaptive penalization (RAP). The simulated data contains a break point after which the parameter
beta changes. The code plots the time series of average lambda in the Lasso regression. The average values are taken over the specified number of simulations.'
beta changes. The code plots the time series of the average lambda in the Lasso regression. The average values are taken over the specified number of simulations.'

Keywords : 'Lasso, shrinkage, L1-norm penalty, change point, bic, adaptive penalization, regression,
Keywords : 'Lasso, shrinkage, L1-norm penalty, change point, bic, gcv, adaptive penalization, regression,
simulation, plot, moving window, time-series, beta, linear model'

See also : 'TVRPchangeSQR, TVRPfrm, TVRPfmri, XFGTVP_BetaChange, XFGTVP_FRM, XFGTVP_LambdaSim, MVAgrouplasso, MVAlassocontour, MVAlassoregress, SMSlassocar, SMSlassoridge, quantilelasso'
Expand Down
53 changes: 22 additions & 31 deletions TVRPchangeSQR/Metainfo.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,32 @@

Name of QuantLet: TVRPchangeSQR

Published in : 'Unpublished; Theoretically description of Time Varying
Penalization method.'
Published in : submitted to N/A

Description : 'Performs LASSO regression in a moving window by using BIC criterion to
choose penalty parameter (lambda). The simulated data contains a break
point after which the cardinality of active set q changes. Plots time series
of lambda in LASSO regression. Furthermore, the cardinality of the active
set q, the L2-norm of the residuals, the L1-norm of the parameter beta
and the condition number of the squared design matrix [t(X)X] are plotted.
All of the plots contain results from a number of simulations and the
average over all of them.'
Description : 'Performs the Lasso regression with two distinct algorithms. The first one uses moving window method and the Bayesian information criterion (BIC) or the generalized cross-validation (GCV) to calibrate the penalty parameter (lambda), and the second is called the real-time adaptive penalization (RAP). The simulated data contains a break point, after which a combination of changes of the variance of the error term, the correlation structure of the design matrix
and/or the number of active parameters, q, in the model is simulated. The code plots the relative changes of the Lasso parameter in dependence on the relative changes in the specific model parameters and a time series of the average lambda in the Lasso regression. The average values are taken over the specified number of simulations.'

Keywords : 'LASSO, lasso shrinkage, L1-norm penalty, change point, bic,
euclidean-norm, regression, simulation, plot, visualization,
historical moving window, time-series, estimation, L1-norm, error, beta,
multi-dimensional, multivariate normal'
Keywords : 'Lasso, shrinkage, L1-norm penalty, change point, bic, gcv, adaptive penalization, regression, simulation, plot, moving window, time-series, beta, linear model, heatmap’

See also : 'TVPvariance, TVPdesign, MVAgrouplasso, MVAlassocontour, MVAlassoregress,
SMSlassocar, SMSlassoridge, quantilelasso'
See also : 'TVRPchangeB, TVRPchangefmri, TVRPfrm, XFGTVP_BetaChange, XFGTVP_FRM, XFGTVP_LambdaSim, MVAgrouplasso, MVAlassocontour, MVAlassoregress, SMSlassocar, SMSlassoridge, quantilelasso'

Author : Lenka Zbonakova
Author : Lenka Zboňáková

Submitted:
Submitted: 9 October 2018 by Lenka Zboňáková

Input:
- n.obs : Number of observations to simulate
- n.param : Number of parameters to simulate
- n.sim : Number of simulations
- w : Size of each moving window
- seed1 : Seed to simulate design matrix X
- seed2 : Seed to simulate error terms

Example:
- Lambda
- Cardinality of q
- L2-norm of the residuals
- L1-norm of the beta
- Condition number of the squared design matrix [t(X)X]
- n.obs: Number of observations to simulate
- n.param: Number of parameters to simulate
- n.sim: Number of scenarios
- w: Size of the moving window
- w.rap: Burn-in period for the RAP algorithm
- seed1: Seed to simulate the design matrix X
- seed2: Seed to simulate the error term
- sd.start: Standard deviation of error term before the change point
- sd.end: Standard deviation of error term after the change point
- q.start: Number of nonzero parameters before the change point
- q.end: Number of nonzero parameters after the change point
- r.start: Correlation coefficient for design before the change point
- r.end: Correlation coefficient for design after the change point
- m.type: Type of the method to calibrate lambda (“BIC” or “GCV”)

10 changes: 5 additions & 5 deletions TVRPfmri/Metainfo.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

Name of QuantLet: TVRPfmri

Published in : submitted to N/A
Published in : submitted to N/A

Description : Performs the Lasso regression with two distinct algorithms. The first one uses moving window method and the Bayesian information criterion (BIC) or the generalized cross-validation (GCV) to calibrate the penalty parameter (lambda), and the second is called the real-time adaptive penalization (RAP). The input data are fMRI data collected as part of the Human Connectome Project. The dataset consists of measurements taken during an Emotion task. In the fitting procedure, each of the selected brain regions is taken as
a dependent variable and is regressed by means of the Lasso regression on the remaining ones. The code plots the time series of average penalization parameter, lambda.
Description : 'Performs the Lasso regression with two distinct algorithms. The first one uses moving window method and the Bayesian information criterion (BIC) or the generalized cross-validation (GCV) to calibrate the penalty parameter (lambda), and the second is called the real-time adaptive penalization (RAP). The input data are fMRI data collected as part of the Human Connectome Project. The dataset consists of measurements taken during an Emotion task. In the fitting procedure, each of the selected brain regions is taken as
a dependent variable and is regressed by means of the Lasso regression on the remaining ones. The code plots the time series of the average penalization parameter, lambda.'

Keywords : 'Lasso, shrinkage, L1-norm penalty, change point, bic, adaptive penalization, regression, plot, moving window, time-series, fmri
Keywords : 'Lasso, shrinkage, L1-norm penalty, change point, bic, gcv, adaptive penalization, regression, plot, moving window, time-series, fmri'

See also : 'TVRPchangeSQR, TVRPchangeB, TVRPfrm, XFGTVP_BetaChange, XFGTVP_FRM, XFGTVP_LambdaSim, MVAgrouplasso, MVAlassocontour, MVAlassoregress, SMSlassocar, SMSlassoridge, quantilelasso'

Author : Lenka Zboňáková

Submitted : 9 October 2018 by Lenka Zboňáková

Datafile : EmotionTaskSubjects.RData, EMO_fear_LR.txt, EMO_neut_LR.txt
Datafile : EMO.RData, EMO_fear_LR.txt, EMO_neut_LR.txt

Input:
- n.nodes: Number of brain regions
Expand Down
6 changes: 3 additions & 3 deletions TVRPfrm/Metainfo.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Name of QuantLet: TVRPfrm

Published in : 'submitted to N/A'
Published in : submitted to N/A

Description : 'Performs the Lasso regression with two distinct algorithms. The first one uses moving window method and the Bayesian information criterion (BIC) or the generalized cross-validation (GCV) to calibrate the penalty parameter (lambda), and the second is called the real-time adaptive penalization (RAP). The input data are daily logarithmic stock returns of 100 largest U.S. financial companies listed on NASDAQ. In the fitting procedure, each of the selected companies is taken as
a dependent variable and is regressed by means of the Lasso regression on the remaining ones. The code plots the time series of average penalization parameter, lambda.'
a dependent variable and is regressed by means of the Lasso regression on the remaining ones. The code plots the time series of the average penalization parameter, lambda.'

Keywords : 'Lasso, shrinkage, L1-norm penalty, change point, bic, adaptive penalization, regression, plot, moving window, time-series, stock return'
Keywords : 'Lasso, shrinkage, L1-norm penalty, change point, bic, gcv, adaptive penalization, regression, plot, moving window, time-series, stock return'

See also : 'TVRPchangeSQR, TVRPchangeB, TVRPfmri, XFGTVP_BetaChange, XFGTVP_FRM, XFGTVP_LambdaSim, MVAgrouplasso, MVAlassocontour, MVAlassoregress, SMSlassocar, SMSlassoridge, quantilelasso'

Expand Down

0 comments on commit 1ef8e02

Please sign in to comment.