Finding vertex of bivariate graph
Hi all,
I'm trying to get a vertex point from bivariate graph
as so far, I get the extract the parameter with script and calculate it by excel sheet.
I'm quite sure finding vertex function is included in JMP but I couldn't find it.
Is there any way to get vertex directly?
Thank you
<script that I used to extract the parameter>
dt = Current data Table ();
biv=Bivariate(
Y( :contra
...