CV, GCV & smoothing parameter (alpha) in p-spline?
Hi everyoneplease; how to calculate CV, GCV & smoothing parameter (alpha)in penalized spline regression? regards;
Find courses, tutorials, and lots of other methods of learning JMP.
view all learning resourcesHi everyoneplease; how to calculate CV, GCV & smoothing parameter (alpha)in penalized spline regression? regards;
Hi,I am trying to plot multiple variable charts where Y axis is different columns containing MIP in the column name.I have a column called step name and I need these plots for different step names.Eg: MIP1 for stepA and stepB and so on.I can use "By" variable while creating the plots.But how do I extend this to multiple steps. dt = Open( "C:\REPORT.csv" );
a = "MIP_";
col = dt << get column names
...
Hi, I am trying to pull down a view from an Oracle database. The Data Base Name is ACTPROD.WORLD, Schema is ABASE, and Table is RPT_H25_3MONTHS_VIEW Using Database -> Open Table, JMP created the following script:Open Database(
"DSN=ACTPROD.WORLD;UID=;PWD=;DBQ=ACTPROD.WORLD;DBA=W;APA=T;EXC=F;FEN=T;QTO=T;FRC=10;FDL=10;LOB=T;RST=T;BTD=F;BNF=F;BAM=IfAllSuccessful;NUM=NLS;DPM=F;MTS=T;MDI=F;CSR=F;FWC=
...
Hi
I have a a JMP dataset and want to a add the same prefix to all the column names in that dataset, my code below doesn't do quite what I want.
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt2 = dt << For( i = 25, i <= N Cols( dt ), i++,
cName = Column( dt, i ) << Get Name;
newname = cName || "Prefix_";
Column( dt, i ) << Set Name( newname );
);
Now, a second scenario:
Imagine the column "se...
I want to create a journal 1st page with title that put in the centre of the page. But, seem like the textbox is always show up at the top of the page. Any idea?
nw = New Window( "Reports",
<<Journal,
hlb = H List Box(
lub = Lineup Box( N Col( 1 ),
//ob_stat = Outline Box( "Statistic Summary"),
tb = Text Box( "Pegasus Characterization Report" ),
Page Break Box(), // start new page
...
Hi everyoneplease; how to calculate CV, GCV & smoothing parameter (alpha)in penalized spline regression? regards;
Hi,I am trying to plot multiple variable charts where Y axis is different columns containing MIP in the column name.I have a column called step name and I need these plots for different step names.Eg: MIP1 for stepA and stepB and so on.I can use "By" variable while creating the plots.But how do I extend this to multiple steps. dt = Open( "C:\REPORT.csv" );
a = "MIP_";
col = dt << get column names
...
Hi, I am trying to pull down a view from an Oracle database. The Data Base Name is ACTPROD.WORLD, Schema is ABASE, and Table is RPT_H25_3MONTHS_VIEW Using Database -> Open Table, JMP created the following script:Open Database(
"DSN=ACTPROD.WORLD;UID=;PWD=;DBQ=ACTPROD.WORLD;DBA=W;APA=T;EXC=F;FEN=T;QTO=T;FRC=10;FDL=10;LOB=T;RST=T;BTD=F;BNF=F;BAM=IfAllSuccessful;NUM=NLS;DPM=F;MTS=T;MDI=F;CSR=F;FWC=
...
Hello, I am using JMP 13 and I can not seem to find a way to automaticaly evaluate my model's accuracy on the holdout set. I am buliding a linear regression model.So I would like to preserve the model (with the contained effects and estimates sizes), which was bulit on the training set, but calculate accuracy predictors (R^2, R^2 adjusted and RMSE) on the holdout set. In the moment the only soluti...
Hi all, I have tried Latin Hypercube Design in JMP to reduce a total number of 18 experiments with 2 categorical factors each with 3 and 6 levels. But the software does not allow me to choose any Space Filling Design methods. Is it because LHD is not originally suitable for discrete factors? If so, what methods should I go to build the reduce the number of the experiment?
I am totally new to the JMP community and have a limited coding background. I am working with Life Distributions (Weibulls mostly), and I would like to create an Add-in that can do the following tasks once I have selected the best distribution fit: 1. Save specific report data from distribution (see the data tables in red) 2. Export the data into an excel sheet 3. Have the add-in button available ...
Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...
I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?
Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a 73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...
Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...
Presenter: Will Morgan, Associate Software Developer - JMP Join us for a Scripters Club...
Jump into Gauge Studies Date: Wednesday, October 15Time: 1:00 – 2:30 p.m. ETDuration...
Jump into Gauge Studies Date: Wednesday, October 15Time: 1:00 – 2:30 p.m. ETD...
Una introducción práctica para nuevos usuarios, usuarios con licencia de prueba o cualquier persona...