Since this post was written in 2009, JMPs documentation and methods have been updated a bit so I wanted to take a moment to provide a more current answer to the original question in light of that. While I can't comment on method/s to set the Kernel Std by JSL, the default estimation of the "Kernel Std" (in the Legacy Fitter for Smooth Curve prior to JMP 15), otherwise known as the Kernel "Bandwidth" (in the Modern Fitters available in JMP 15 and up), is:
PatrickGiuliano_0-1676414427758.png
where S is the sample standard deviation and n is the sample size. This is per the JMP 17.0.0 Documentation Library, https://www.jmp.com/content/dam/jmp/documents/en/support/jmp17/jmp-documentation-library.pdf, see Chapter 9, Quality and Process Methods p. 262 of that book (p. 4778 of 7206 of the compiled PDF). Note that the same formula and reference can be found in the online version of JMP's support documentation, here: https://www.jmp.com/support/help/en/17.0/#page/jmp/individual-detail-reports.shtml#
You can test this out on the Diameter.jmp sample dataset, where in this case I am showing the Distribution summary statics with both the legacy and current version of the Smooth Curve Fitters invoked, where the Kernel Std = Bandwidth = 0.0965983 by default:
PatrickGiuliano_1-1676414625491.png
Bandwidth = (0.9*(0.32119547))/(240)^(1/5) = 0.0965983
PatrickGiuliano_2-1676415275893.png