BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
pvareschi
Quartz | Level 8

Re: Neural Network Modelling

What is the difference between using INTERPOLATION=SM<nn> and SPLINES when defining the SYMBOL to be used in Proc GPLOT (see examples at page 1.34 and 2.30 in the course text)?

Asking this because both are referred to as "splines", although the SM<nn> option seems to offer the ability of controlling the degree of smoothing while SPLINES does not: is that the only difference?

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26

Hi:

  The GPLOT documentation https://go.documentation.sas.com/?docsetId=graphref&docsetTarget=n0c0j84n1e2jz9n1bhkn41o3v0d6.htm&do... shows:

Cynthia_sas_0-1591020588047.png

and for INTERPOL=SPLINE:

 

spline.jpg

 

for INTERPOL=SM:

smooth.jpg

Hope this helps.

Cynthia

View solution in original post

1 REPLY 1
Cynthia_sas
Diamond | Level 26

Hi:

  The GPLOT documentation https://go.documentation.sas.com/?docsetId=graphref&docsetTarget=n0c0j84n1e2jz9n1bhkn41o3v0d6.htm&do... shows:

Cynthia_sas_0-1591020588047.png

and for INTERPOL=SPLINE:

 

spline.jpg

 

for INTERPOL=SM:

smooth.jpg

Hope this helps.

Cynthia