Creating JSL functions implemented in Python
You want to keep coding in JSL, but for a particular function, you know there's an easy way to write it in Python. So how do you create a JSL function that implements its functionality in Python?
You want to keep coding in JSL, but for a particular function, you know there's an easy way to write it in Python. So how do you create a JSL function that implements its functionality in Python?
JMP Principal Systems Developer Paul Nelson spearheaded the effort to create a consistent, full-featured, integrated development environment for writing and executing Python scripts within JMP in JMP 18. The result? A more productive environment for Python developers that works immediately when installed, gives direct memory acces to Python data tables in a live environment, and an integrated Py...
JMP 18 introduces a lot of new capabilities, including revamped Python support, which allows users to directly access, modify, and create JMP data tables from Python. This is accomplished through the jmp.DataTable Python object. Keep reading to learn how to create a pandas.DataFrame from a JMP data table, as well as the reverse, a JMP data table from a pandas.DataFrame live and in-memory.
Applying a sample Platform Preset Making our own Platform Presets Managing your Platform Presets Exporting and sharing your Platform Presets Exporting presets to a file Creating an add-in with a bundle of Platform Presets Platform Presets pro tips Broadcasting Copy and paste platform settings Summing up I love efficiency, and one of the reasons I love JMP is that I can do so much in the software ...
In component reliability, or non-repairable system reliability, we assume that after a component has failed, it is discarded and can’t be repaired. Lifetime of components is modeled using Weibull or lognormal distributions (among others), and the goal is to estimate the time that a given proportion of parts will have failed or the proportion of parts that will fail at a given time. In system re...
The Prediction Profiler has undergone many generations of improvements over the years, and even more features and functionality have been added in JMP 18.
The reliability of particular parts is related to cyclic loads of stress and is determined by the stress level. Fatigue modeling is relevant for a whole host of products using metal, including bridges, springs, turbine blades, airplane wings, tooling devices, and any product made with metals and other materials subjected to tension, compression, shear, bending, or torsion. The relationship between...
JMP developers have designed all the model fits in the JMP Pro FDE platform to rely on basis function expansion, a method for capturing non-linear relationships using a set of independent functions. Why? Not all data contributing to a problem, or resulting from a process, are equal, such as functions, signals, spectra, or series defined over continuums like time, spatial location, and wavelengths....
See how to reproduce a SuperPlot using JMP with an emphasis on presenting observation-level variability and experimental reproducibility simultaneously.
JMP Clinical 18 (planned for release March 2024) has several new and important features, including new reports, a new method for querying the study data, and a new clinical data mapping tool. In addition, a thorough review and overhaul of product performance provides greater speed for loading and analyzing studies. JMP Clinical is a focused and specialized product for clinical trial data review. ...
JMP 17 includes a new data connector that allows users to connect to an OSIsoft PI server. Users can find this capability from File -> Database -> Import from OSIsoft PI server…
Search JMP is a contextual search of JMP features available to you from the current window. It's new in JMP 17.
A common question users ask is how to use JMP to find the area under a curve. In this blog post, I’ll review a few possible ways to do so in JMP.
JMP Pro 17 incorporates a significant change to how genomic data analysis is performed in JMP. JMP previously relied on a backend connection to SAS to perform primary data import and computations using customized user interface dialogs and output dashboards in JMP. The new release allows you to do this work directly in JMP Pro and no longer uses SAS or additional customizations. Distinguished Rese...
Different methodologies are used in Bioassay tests. In this blog I describe bioassays examples using JMP that are commonly used.
JMP 18 has a new way to integrate with Python. The JMP 18 installation comes with an independent Python environment designed to be used with JMP. In addition, JMP now has a native Python editor and Python packages specific to JMP. This JMP Python environment has enhanced connectivity and interaction with JMP, which means using Python with JMP has never been easier. In this series of blog posts, I ...
In this figure, the t-Distributed Stochastic Neighbor Embedding (t-SNE) method clusters genes so that those genes that are structurally or functionally related can be more easily identified.
Organizations rely on JMP Live because it enriches how discoveries are shared, how collaboration happens, and how data-driven decisions are made. JMP Live 18 introduces new capabilities that further improve efficiency for seamless knowledge sharing. From simplified user management to a streamlined customer/supplier model, and more, JMP Live 18 empowers scientists and engineers – and those who coll...
There are quite a few great new capabilities in JMP Pro 18: updates to GLMM; more genomics capabilities; mixed models and response screening for big data; and updates to SEM, to name a few. But if I had to pick just one new feature that I’m especially excited about, it would be the Peak Finding capability in the Functional Data Explorer (FDE).
Why is Peak Finding important?
Many companies have chr...
Data access is fundamental. It’s often the first step in the analytic workflow, but it's frequently a source of frustration for scientists and engineers who struggle to access the data they need to answer their specific analytic questions. While JMP has long provided useful capabilities for retrieving data from files, databases, and other data sources, the release of JMP 18 introduces a significan...